#ABD7FC

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

Shades of Pale Cornflower Blue #ABD7FC

Tints of Pale Cornflower Blue #ABD7FC

Color information

#ABD7FC (or 0xABD7FC) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, D7 and FC. RGB value is (171,215,252). Sum of RGB (Red+Green+Blue) = 171+215+252=638 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.80% from 638); Green value is 215 (84.38% from 255 or 33.70% from 638); Blue value is 252 (98.83% from 255 or 39.50% from 638); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABD7FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD7FC is #542803. Grayscale: #CDCDCD. Windows color (decimal): -5515268 or 16570283. OLE color: 16570283.

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

Color convert

RGB171215252-
CMYK0.320.1500.01
HSL207.41º93.1%82.94%-
HSV(B)207.41º32.14%98.82%-
XYZ58.6764.29101.41-
YUV206.06153.92102.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.80%
GREEN value IS 215 (84.38% from 255) = 33.70%
BLUE value IS 252 (98.83% from 255) = 39.50%
R=26.80%
G=33.70%
B=39.50%

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
Decimal1712152520.320.1500.01207.4193.182.94
HexABD7FC20F01cf5d53
Octal253327374401701317135123
Binary1010101111010111111111001000001111011100111110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD7FC; }

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

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

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

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

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

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

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

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