#ABDBEC

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

Shades of Light Blue #ABDBEC

Tints of Light Blue #ABDBEC

Color information

#ABDBEC (or 0xABDBEC) is unknown color: approx Light Blue. HEX triplet: AB, DB and EC. RGB value is (171,219,236). Sum of RGB (Red+Green+Blue) = 171+219+236=626 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.32% from 626); Green value is 219 (85.94% from 255 or 34.98% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABDBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDBEC is #542413. Grayscale: #CECECE. Windows color (decimal): -5514260 or 15522731. OLE color: 15522731.

HSL color Cylindrical-coordinate representation of color #ABDBEC: hue angle of 195.69º degrees, saturation: 0.63, 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 #ABDBEC is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB171219236-
CMYK0.280.0700.07
HSL195.69º63.11%79.8%-
HSV(B)195.69º27.54%92.55%-
XYZ57.2765.3888.96-
YUV206.59144.6102.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.32%
GREEN value IS 219 (85.94% from 255) = 34.98%
BLUE value IS 236 (92.58% from 255) = 37.70%
R=27.32%
G=34.98%
B=37.70%

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
Decimal1712192360.280.0700.07195.6963.1179.8
HexABDBEC1C707c43f50
Octal2533333543470730477120
Binary101010111101101111101100111001110111110001001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDBEC; }

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

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

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

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

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

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

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

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