#ABDEF5

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

Shades of Light Blue #ABDEF5

Tints of Light Blue #ABDEF5

Color information

#ABDEF5 (or 0xABDEF5) is unknown color: approx Light Blue. HEX triplet: AB, DE and F5. RGB value is (171,222,245). Sum of RGB (Red+Green+Blue) = 171+222+245=638 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.80% from 638); Green value is 222 (87.11% from 255 or 34.80% from 638); Blue value is 245 (96.09% from 255 or 38.40% from 638); Max value from RGB is 245 - color contains mainly: blue. Hex color #ABDEF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDEF5 is #54210A. Grayscale: #D1D1D1. Windows color (decimal): -5513483 or 16113323. OLE color: 16113323.

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

Color convert

RGB171222245-
CMYK0.300.0900.04
HSL198.65º78.72%81.57%-
HSV(B)198.65º30.2%96.08%-
XYZ59.467.4996.28-
YUV209.37148.1100.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.80%
GREEN value IS 222 (87.11% from 255) = 34.80%
BLUE value IS 245 (96.09% from 255) = 38.40%
R=26.80%
G=34.80%
B=38.40%

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
Decimal1712222450.300.0900.04198.6578.7281.57
HexABDEF51E904c74f52
Octal253336365361104307117122
Binary10101011110111101111010111110100101001100011110011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDEF5; }

 p { color: rgb(171,222,245); }

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

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

 a { background-color: rgb(171,222,245); }

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

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

 span { border-color: rgb(171,222,245); }

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