#ABD0FB

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

Shades of Pale Cornflower Blue #ABD0FB

Tints of Pale Cornflower Blue #ABD0FB

Color information

#ABD0FB (or 0xABD0FB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, D0 and FB. RGB value is (171,208,251). Sum of RGB (Red+Green+Blue) = 171+208+251=630 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.14% from 630); Green value is 208 (81.64% from 255 or 33.02% from 630); Blue value is 251 (98.44% from 255 or 39.84% from 630); Max value from RGB is 251 - color contains mainly: blue. Hex color #ABD0FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD0FB is #542F04. Grayscale: #C9C9C9. Windows color (decimal): -5517061 or 16502955. OLE color: 16502955.

HSL color Cylindrical-coordinate representation of color #ABD0FB: hue angle of 212.25º 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 #ABD0FB is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB171208251-
CMYK0.320.1700.02
HSL212.25º90.91%82.75%-
HSV(B)212.25º31.87%98.43%-
XYZ56.7660.73100-
YUV201.84155.74106-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.14%
GREEN value IS 208 (81.64% from 255) = 33.02%
BLUE value IS 251 (98.44% from 255) = 39.84%
R=27.14%
G=33.02%
B=39.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1712082510.320.1700.02212.2590.9182.75
HexABD0FB201102d45b53
Octal253320373402102324133123
Binary101010111101000011111011100000100010101101010010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD0FB; }

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

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

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

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

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

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

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

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