#ABDCEE

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

Shades of Light Blue #ABDCEE

Tints of Light Blue #ABDCEE

Color information

#ABDCEE (or 0xABDCEE) is unknown color: approx Light Blue. HEX triplet: AB, DC and EE. RGB value is (171,220,238). Sum of RGB (Red+Green+Blue) = 171+220+238=629 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.19% from 629); Green value is 220 (86.33% from 255 or 34.98% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 238 - color contains mainly: blue. Hex color #ABDCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDCEE is #542311. Grayscale: #CFCFCF. Windows color (decimal): -5514002 or 15654059. OLE color: 15654059.

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

Color convert

RGB171220238-
CMYK0.280.0800.07
HSL196.12º66.34%80.2%-
HSV(B)196.12º28.15%93.33%-
XYZ57.8266.0290.58-
YUV207.4145.27102.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.19%
GREEN value IS 220 (86.33% from 255) = 34.98%
BLUE value IS 238 (93.36% from 255) = 37.84%
R=27.19%
G=34.98%
B=37.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1712202380.280.0800.07196.1266.3480.2
HexABDCEE1C807c44250
Octal253334356341007304102120
Binary10101011110111001110111011100100001111100010010000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDCEE; }

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

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

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

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

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

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

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

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