#ABDCE6

Color #ABDCE6 Charlotte (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charlotte #ABDCE6

Tints of Charlotte #ABDCE6

Color information

#ABDCE6 (or 0xABDCE6) is unknown color: approx Charlotte. HEX triplet: AB, DC and E6. RGB value is (171,220,230). Sum of RGB (Red+Green+Blue) = 171+220+230=621 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.54% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 230 (90.23% from 255 or 37.04% from 621); Max value from RGB is 230 - color contains mainly: blue. Hex color #ABDCE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDCE6 is #542319. Grayscale: #CECECE. Windows color (decimal): -5514010 or 15129771. OLE color: 15129771.

HSL color Cylindrical-coordinate representation of color #ABDCE6: hue angle of 190.17º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABDCE6 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB171220230-
CMYK0.260.0400.10
HSL190.17º54.13%78.63%-
HSV(B)190.17º25.65%90.2%-
XYZ56.6765.5684.53-
YUV206.49141.27102.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.54%
GREEN value IS 220 (86.33% from 255) = 35.43%
BLUE value IS 230 (90.23% from 255) = 37.04%
R=27.54%
G=35.43%
B=37.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1712202300.260.0400.10190.1754.1378.63
HexABDCE61A40Abe364f
Octal25333434632401227666117
Binary1010101111011100111001101101010001010101111101101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDCE6; }

 p { color: rgb(171,220,230); }

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

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

 a { background-color: rgb(171,220,230); }

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

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

 span { border-color: rgb(171,220,230); }

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