#ABDDEE

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

Shades of Light Blue #ABDDEE

Tints of Light Blue #ABDDEE

Color information

#ABDDEE (or 0xABDDEE) is unknown color: approx Light Blue. HEX triplet: AB, DD and EE. RGB value is (171,221,238). Sum of RGB (Red+Green+Blue) = 171+221+238=630 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.14% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 238 - color contains mainly: blue. Hex color #ABDDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDDEE is #542211. Grayscale: #CFCFCF. Windows color (decimal): -5513746 or 15654315. OLE color: 15654315.

HSL color Cylindrical-coordinate representation of color #ABDDEE: hue angle of 195.22º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABDDEE is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB171221238-
CMYK0.280.0700.07
HSL195.22º66.34%80.2%-
HSV(B)195.22º28.15%93.33%-
XYZ58.0866.5490.67-
YUV207.99144.94101.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.14%
GREEN value IS 221 (86.72% from 255) = 35.08%
BLUE value IS 238 (93.36% from 255) = 37.78%
R=27.14%
G=35.08%
B=37.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1712212380.280.0700.07195.2266.3480.2
HexABDDEE1C707c34250
Octal25333535634707303102120
Binary1010101111011101111011101110011101111100001110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDDEE; }

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

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

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

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

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

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

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

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