#ABDFF2

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

Shades of Light Blue #ABDFF2

Tints of Light Blue #ABDFF2

Color information

#ABDFF2 (or 0xABDFF2) is unknown color: approx Light Blue. HEX triplet: AB, DF and F2. RGB value is (171,223,242). Sum of RGB (Red+Green+Blue) = 171+223+242=636 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.89% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 242 (94.92% from 255 or 38.05% from 636); Max value from RGB is 242 - color contains mainly: blue. Hex color #ABDFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDFF2 is #54200D. Grayscale: #D1D1D1. Windows color (decimal): -5513230 or 15916971. OLE color: 15916971.

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

Color convert

RGB171223242-
CMYK0.290.0800.05
HSL196.06º73.2%80.98%-
HSV(B)196.06º29.34%94.9%-
XYZ59.2167.8493.98-
YUV209.62146.27100.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.89%
GREEN value IS 223 (87.5% from 255) = 35.06%
BLUE value IS 242 (94.92% from 255) = 38.05%
R=26.89%
G=35.06%
B=38.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712232420.290.0800.05196.0673.280.98
HexABDFF21D805c44951
Octal253337362351005304111121
Binary10101011110111111111001011101100001011100010010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDFF2; }

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

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

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

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

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

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

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

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