#ABDDF3

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

Shades of Light Blue #ABDDF3

Tints of Light Blue #ABDDF3

Color information

#ABDDF3 (or 0xABDDF3) is unknown color: approx Light Blue. HEX triplet: AB, DD and F3. RGB value is (171,221,243). Sum of RGB (Red+Green+Blue) = 171+221+243=635 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.93% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 243 (95.31% from 255 or 38.27% from 635); Max value from RGB is 243 - color contains mainly: blue. Hex color #ABDDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDDF3 is #54220C. Grayscale: #D0D0D0. Windows color (decimal): -5513741 or 15981995. OLE color: 15981995.

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

Color convert

RGB171221243-
CMYK0.300.0900.05
HSL198.33º75%81.18%-
HSV(B)198.33º29.63%95.29%-
XYZ58.8366.8494.6-
YUV208.56147.44101.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.93%
GREEN value IS 221 (86.72% from 255) = 34.80%
BLUE value IS 243 (95.31% from 255) = 38.27%
R=26.93%
G=34.80%
B=38.27%

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
Decimal1712212430.300.0900.05198.337581.18
HexABDDF31E905c64b51
Octal253335363361105306113121
Binary10101011110111011111001111110100101011100011010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDDF3; }

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

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

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

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

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

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

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

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