#ABDCF0

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

Shades of Light Blue #ABDCF0

Tints of Light Blue #ABDCF0

Color information

#ABDCF0 (or 0xABDCF0) is unknown color: approx Light Blue. HEX triplet: AB, DC and F0. RGB value is (171,220,240). Sum of RGB (Red+Green+Blue) = 171+220+240=631 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.10% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 240 (94.14% from 255 or 38.03% from 631); Max value from RGB is 240 - color contains mainly: blue. Hex color #ABDCF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDCF0 is #54230F. Grayscale: #CFCFCF. Windows color (decimal): -5514000 or 15785131. OLE color: 15785131.

HSL color Cylindrical-coordinate representation of color #ABDCF0: hue angle of 197.39º 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 #ABDCF0 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB171220240-
CMYK0.290.0800.06
HSL197.39º69.7%80.59%-
HSV(B)197.39º28.75%94.12%-
XYZ58.1266.1492.14-
YUV207.63146.27101.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.10%
GREEN value IS 220 (86.33% from 255) = 34.87%
BLUE value IS 240 (94.14% from 255) = 38.03%
R=27.10%
G=34.87%
B=38.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1712202400.290.0800.06197.3969.780.59
HexABDCF01D806c54651
Octal253334360351006305106121
Binary10101011110111001111000011101100001101100010110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDCF0; }

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

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

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

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

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

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

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

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