#ABDAF0

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

Shades of Light Blue #ABDAF0

Tints of Light Blue #ABDAF0

Color information

#ABDAF0 (or 0xABDAF0) is unknown color: approx Light Blue. HEX triplet: AB, DA and F0. RGB value is (171,218,240). Sum of RGB (Red+Green+Blue) = 171+218+240=629 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.19% from 629); Green value is 218 (85.55% from 255 or 34.66% from 629); Blue value is 240 (94.14% from 255 or 38.16% from 629); Max value from RGB is 240 - color contains mainly: blue. Hex color #ABDAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDAF0 is #54250F. Grayscale: #CECECE. Windows color (decimal): -5514512 or 15784619. OLE color: 15784619.

HSL color Cylindrical-coordinate representation of color #ABDAF0: hue angle of 199.13º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABDAF0 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB171218240-
CMYK0.290.0900.06
HSL199.13º69.7%80.59%-
HSV(B)199.13º28.75%94.12%-
XYZ57.5965.0991.97-
YUV206.46146.93102.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.19%
GREEN value IS 218 (85.55% from 255) = 34.66%
BLUE value IS 240 (94.14% from 255) = 38.16%
R=27.19%
G=34.66%
B=38.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1712182400.290.0900.06199.1369.780.59
HexABDAF01D906c74651
Octal253332360351106307106121
Binary10101011110110101111000011101100101101100011110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDAF0; }

 p { color: rgb(171,218,240); }

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

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

 a { background-color: rgb(171,218,240); }

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

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

 span { border-color: rgb(171,218,240); }

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