#ABD6FC

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

Shades of Pale Cornflower Blue #ABD6FC

Tints of Pale Cornflower Blue #ABD6FC

Color information

#ABD6FC (or 0xABD6FC) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, D6 and FC. RGB value is (171,214,252). Sum of RGB (Red+Green+Blue) = 171+214+252=637 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.84% from 637); Green value is 214 (83.98% from 255 or 33.59% from 637); Blue value is 252 (98.83% from 255 or 39.56% from 637); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABD6FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD6FC is #542903. Grayscale: #CDCDCD. Windows color (decimal): -5515524 or 16570027. OLE color: 16570027.

HSL color Cylindrical-coordinate representation of color #ABD6FC: hue angle of 208.15º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABD6FC is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB171214252-
CMYK0.320.1500.01
HSL208.15º93.1%82.94%-
HSV(B)208.15º32.14%98.82%-
XYZ58.4163.78101.33-
YUV205.48154.25103.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.84%
GREEN value IS 214 (83.98% from 255) = 33.59%
BLUE value IS 252 (98.83% from 255) = 39.56%
R=26.84%
G=33.59%
B=39.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1712142520.320.1500.01208.1593.182.94
HexABD6FC20F01d05d53
Octal253326374401701320135123
Binary1010101111010110111111001000001111011101000010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD6FC; }

 p { color: rgb(171,214,252); }

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

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

 a { background-color: rgb(171,214,252); }

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

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

 span { border-color: rgb(171,214,252); }

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