#ABDFF4

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

Shades of Light Blue #ABDFF4

Tints of Light Blue #ABDFF4

Color information

#ABDFF4 (or 0xABDFF4) is unknown color: approx Light Blue. HEX triplet: AB, DF and F4. RGB value is (171,223,244). Sum of RGB (Red+Green+Blue) = 171+223+244=638 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.80% from 638); Green value is 223 (87.5% from 255 or 34.95% from 638); Blue value is 244 (95.70% from 255 or 38.24% from 638); Max value from RGB is 244 - color contains mainly: blue. Hex color #ABDFF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDFF4 is #54200B. Grayscale: #D1D1D1. Windows color (decimal): -5513228 or 16048043. OLE color: 16048043.

HSL color Cylindrical-coordinate representation of color #ABDFF4: hue angle of 197.26º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABDFF4 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB171223244-
CMYK0.300.0900.04
HSL197.26º76.84%81.37%-
HSV(B)197.26º29.92%95.69%-
XYZ59.5167.9695.57-
YUV209.85147.27100.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.80%
GREEN value IS 223 (87.5% from 255) = 34.95%
BLUE value IS 244 (95.70% from 255) = 38.24%
R=26.80%
G=34.95%
B=38.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1712232440.300.0900.04197.2676.8481.37
HexABDFF41E904c54d51
Octal253337364361104305115121
Binary10101011110111111111010011110100101001100010110011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDFF4; }

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

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

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

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

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

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

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

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