#ABDAF2

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

Shades of Light Blue #ABDAF2

Tints of Light Blue #ABDAF2

Color information

#ABDAF2 (or 0xABDAF2) is unknown color: approx Light Blue. HEX triplet: AB, DA and F2. RGB value is (171,218,242). Sum of RGB (Red+Green+Blue) = 171+218+242=631 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.10% from 631); Green value is 218 (85.55% from 255 or 34.55% from 631); Blue value is 242 (94.92% from 255 or 38.35% from 631); Max value from RGB is 242 - color contains mainly: blue. Hex color #ABDAF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDAF2 is #54250D. Grayscale: #CECECE. Windows color (decimal): -5514510 or 15915691. OLE color: 15915691.

HSL color Cylindrical-coordinate representation of color #ABDAF2: hue angle of 200.28º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABDAF2 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB171218242-
CMYK0.290.1000.05
HSL200.28º73.2%80.98%-
HSV(B)200.28º29.34%94.9%-
XYZ57.8965.2193.54-
YUV206.68147.93102.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.10%
GREEN value IS 218 (85.55% from 255) = 34.55%
BLUE value IS 242 (94.92% from 255) = 38.35%
R=27.10%
G=34.55%
B=38.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712182420.290.1000.05200.2873.280.98
HexABDAF21DA05c84951
Octal253332362351205310111121
Binary10101011110110101111001011101101001011100100010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDAF2; }

 p { color: rgb(171,218,242); }

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

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

 a { background-color: rgb(171,218,242); }

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

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

 span { border-color: rgb(171,218,242); }

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