#ABDCEC

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

Shades of Light Blue #ABDCEC

Tints of Light Blue #ABDCEC

Color information

#ABDCEC (or 0xABDCEC) is unknown color: approx Light Blue. HEX triplet: AB, DC and EC. RGB value is (171,220,236). Sum of RGB (Red+Green+Blue) = 171+220+236=627 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.27% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABDCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDCEC is #542313. Grayscale: #CFCFCF. Windows color (decimal): -5514004 or 15522987. OLE color: 15522987.

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

Color convert

RGB171220236-
CMYK0.280.0700.07
HSL194.77º63.11%79.8%-
HSV(B)194.77º27.54%92.55%-
XYZ57.5365.989.04-
YUV207.17144.27102.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.27%
GREEN value IS 220 (86.33% from 255) = 35.09%
BLUE value IS 236 (92.58% from 255) = 37.64%
R=27.27%
G=35.09%
B=37.64%

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
Decimal1712202360.280.0700.07194.7763.1179.8
HexABDCEC1C707c33f50
Octal2533343543470730377120
Binary101010111101110011101100111001110111110000111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDCEC; }

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

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

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

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

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

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

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

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