#ABCAD0

Color #ABCAD0 Regent St Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regent St Blue #ABCAD0

Tints of Regent St Blue #ABCAD0

Color information

#ABCAD0 (or 0xABCAD0) is unknown color: approx Regent St Blue. HEX triplet: AB, CA and D0. RGB value is (171,202,208). Sum of RGB (Red+Green+Blue) = 171+202+208=581 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.43% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 208 (81.64% from 255 or 35.80% from 581); Max value from RGB is 208 - color contains mainly: blue. Hex color #ABCAD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCAD0 is #54352F. Grayscale: #C1C1C1. Windows color (decimal): -5518640 or 13683371. OLE color: 13683371.

HSL color Cylindrical-coordinate representation of color #ABCAD0: hue angle of 189.73º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABCAD0 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB171202208-
CMYK0.180.0300.18
HSL189.73º28.24%74.31%-
HSV(B)189.73º17.79%81.57%-
XYZ49.355.4567.78-
YUV193.42136.23112.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 29.43%
GREEN value IS 202 (79.30% from 255) = 34.77%
BLUE value IS 208 (81.64% from 255) = 35.80%
R=29.43%
G=34.77%
B=35.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1712022080.180.0300.18189.7328.2474.31
HexABCAD0123012be1c4a
Octal25331232022302227634112
Binary101010111100101011010000100101101001010111110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCAD0; }

 p { color: rgb(171,202,208); }

 H1.HeaderClassName
 {
   color: #ABCAD0;
 }
 .AnyTagClassName
 {
   color: #ABCAD0;
 }
</style>
background-color css

<style>
 a { background-color: #ABCAD0; }

 a { background-color: rgb(171,202,208); }

 div.DivClassName
 {
   background-color: #ABCAD0;
 }
 .BgClassName
 {
   background-color: #ABCAD0;
 }
</style>
border-color css

<style>
 span { border-color: #ABCAD0; }

 span { border-color: rgb(171,202,208); }

 td.TdClassName
 {
   border-color: #ABCAD0;
 }
 .TagClassName
 {
   border-color: #ABCAD0;
 }
</style>