#ABDDE9

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

Shades of Light Blue #ABDDE9

Tints of Light Blue #ABDDE9

Color information

#ABDDE9 (or 0xABDDE9) is unknown color: approx Light Blue. HEX triplet: AB, DD and E9. RGB value is (171,221,233). Sum of RGB (Red+Green+Blue) = 171+221+233=625 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.36% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 233 (91.41% from 255 or 37.28% from 625); Max value from RGB is 233 - color contains mainly: blue. Hex color #ABDDE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDDE9 is #542216. Grayscale: #CFCFCF. Windows color (decimal): -5513751 or 15326635. OLE color: 15326635.

HSL color Cylindrical-coordinate representation of color #ABDDE9: hue angle of 191.61º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABDDE9 is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB171221233-
CMYK0.270.0500.09
HSL191.61º58.49%79.22%-
HSV(B)191.61º26.61%91.37%-
XYZ57.3666.2586.86-
YUV207.42142.44102.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.36%
GREEN value IS 221 (86.72% from 255) = 35.36%
BLUE value IS 233 (91.41% from 255) = 37.28%
R=27.36%
G=35.36%
B=37.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1712212330.270.0500.09191.6158.4979.22
HexABDDE91B509c03a4f
Octal25333535133501130072117
Binary1010101111011101111010011101110101001110000001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDDE9; }

 p { color: rgb(171,221,233); }

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

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

 a { background-color: rgb(171,221,233); }

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

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

 span { border-color: rgb(171,221,233); }

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