#ABDBE4

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

Shades of Charlotte #ABDBE4

Tints of Charlotte #ABDBE4

Color information

#ABDBE4 (or 0xABDBE4) is unknown color: approx Charlotte. HEX triplet: AB, DB and E4. RGB value is (171,219,228). Sum of RGB (Red+Green+Blue) = 171+219+228=618 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.67% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 228 (89.45% from 255 or 36.89% from 618); Max value from RGB is 228 - color contains mainly: blue. Hex color #ABDBE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDBE4 is #54241B. Grayscale: #CDCDCD. Windows color (decimal): -5514268 or 14998443. OLE color: 14998443.

HSL color Cylindrical-coordinate representation of color #ABDBE4: hue angle of 189.47º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABDBE4 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB171219228-
CMYK0.250.0400.11
HSL189.47º51.35%78.24%-
HSV(B)189.47º25%89.41%-
XYZ56.1364.9282.97-
YUV205.67140.6103.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.67%
GREEN value IS 219 (85.94% from 255) = 35.44%
BLUE value IS 228 (89.45% from 255) = 36.89%
R=27.67%
G=35.44%
B=36.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1712192280.250.0400.11189.4751.3578.24
HexABDBE41940Bbd334e
Octal25333334431401327563116
Binary1010101111011011111001001100110001011101111011100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDBE4; }

 p { color: rgb(171,219,228); }

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

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

 a { background-color: rgb(171,219,228); }

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

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

 span { border-color: rgb(171,219,228); }

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