#ABDEF3

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

Shades of Light Blue #ABDEF3

Tints of Light Blue #ABDEF3

Color information

#ABDEF3 (or 0xABDEF3) is unknown color: approx Light Blue. HEX triplet: AB, DE and F3. RGB value is (171,222,243). Sum of RGB (Red+Green+Blue) = 171+222+243=636 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.89% from 636); Green value is 222 (87.11% from 255 or 34.91% from 636); Blue value is 243 (95.31% from 255 or 38.21% from 636); Max value from RGB is 243 - color contains mainly: blue. Hex color #ABDEF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDEF3 is #54210C. Grayscale: #D1D1D1. Windows color (decimal): -5513485 or 15982251. OLE color: 15982251.

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

Color convert

RGB171222243-
CMYK0.300.0900.05
HSL197.5º75%81.18%-
HSV(B)197.5º29.63%95.29%-
XYZ59.0967.3794.68-
YUV209.14147.1100.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.89%
GREEN value IS 222 (87.11% from 255) = 34.91%
BLUE value IS 243 (95.31% from 255) = 38.21%
R=26.89%
G=34.91%
B=38.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712222430.300.0900.05197.57581.18
HexABDEF31E905c64b51
Octal253336363361105306113121
Binary10101011110111101111001111110100101011100011010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDEF3; }

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

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

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

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

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

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

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

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