#ABDCF4

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

Shades of Light Blue #ABDCF4

Tints of Light Blue #ABDCF4

Color information

#ABDCF4 (or 0xABDCF4) is unknown color: approx Light Blue. HEX triplet: AB, DC and F4. RGB value is (171,220,244). Sum of RGB (Red+Green+Blue) = 171+220+244=635 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.93% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 244 (95.70% from 255 or 38.43% from 635); Max value from RGB is 244 - color contains mainly: blue. Hex color #ABDCF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDCF4 is #54230B. Grayscale: #CFCFCF. Windows color (decimal): -5513996 or 16047275. OLE color: 16047275.

HSL color Cylindrical-coordinate representation of color #ABDCF4: hue angle of 199.73º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABDCF4 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB171220244-
CMYK0.300.1000.04
HSL199.73º76.84%81.37%-
HSV(B)199.73º29.92%95.69%-
XYZ58.7266.3895.31-
YUV208.08148.27101.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.93%
GREEN value IS 220 (86.33% from 255) = 34.65%
BLUE value IS 244 (95.70% from 255) = 38.43%
R=26.93%
G=34.65%
B=38.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1712202440.300.1000.04199.7376.8481.37
HexABDCF41EA04c84d51
Octal253334364361204310115121
Binary10101011110111001111010011110101001001100100010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDCF4; }

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

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

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

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

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

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

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

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