#ABD9FB

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

Shades of Pale Cornflower Blue #ABD9FB

Tints of Pale Cornflower Blue #ABD9FB

Color information

#ABD9FB (or 0xABD9FB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, D9 and FB. RGB value is (171,217,251). Sum of RGB (Red+Green+Blue) = 171+217+251=639 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.76% from 639); Green value is 217 (85.16% from 255 or 33.96% from 639); Blue value is 251 (98.44% from 255 or 39.28% from 639); Max value from RGB is 251 - color contains mainly: blue. Hex color #ABD9FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD9FB is #542604. Grayscale: #CECECE. Windows color (decimal): -5514757 or 16505259. OLE color: 16505259.

HSL color Cylindrical-coordinate representation of color #ABD9FB: hue angle of 205.5º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABD9FB is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB171217251-
CMYK0.320.1400.02
HSL205.5º90.91%82.75%-
HSV(B)205.5º31.87%98.43%-
XYZ59.0265.25100.75-
YUV207.12152.76102.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.76%
GREEN value IS 217 (85.16% from 255) = 33.96%
BLUE value IS 251 (98.44% from 255) = 39.28%
R=26.76%
G=33.96%
B=39.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1712172510.320.1400.02205.590.9182.75
HexABD9FB20E02ce5b53
Octal253331373401602316133123
Binary10101011110110011111101110000011100101100111010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD9FB; }

 p { color: rgb(171,217,251); }

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

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

 a { background-color: rgb(171,217,251); }

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

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

 span { border-color: rgb(171,217,251); }

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