#ABDBF5

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

Shades of Light Blue #ABDBF5

Tints of Light Blue #ABDBF5

Color information

#ABDBF5 (or 0xABDBF5) is unknown color: approx Light Blue. HEX triplet: AB, DB and F5. RGB value is (171,219,245). Sum of RGB (Red+Green+Blue) = 171+219+245=635 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.93% from 635); Green value is 219 (85.94% from 255 or 34.49% from 635); Blue value is 245 (96.09% from 255 or 38.58% from 635); Max value from RGB is 245 - color contains mainly: blue. Hex color #ABDBF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDBF5 is #54240A. Grayscale: #CFCFCF. Windows color (decimal): -5514251 or 16112555. OLE color: 16112555.

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

Color convert

RGB171219245-
CMYK0.300.1100.04
HSL201.08º78.72%81.57%-
HSV(B)201.08º30.2%96.08%-
XYZ58.6165.9196.02-
YUV207.61149.1101.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.93%
GREEN value IS 219 (85.94% from 255) = 34.49%
BLUE value IS 245 (96.09% from 255) = 38.58%
R=26.93%
G=34.49%
B=38.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1712192450.300.1100.04201.0878.7281.57
HexABDBF51EB04c94f52
Octal253333365361304311117122
Binary10101011110110111111010111110101101001100100110011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDBF5; }

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

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

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

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

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

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

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

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