#ABD7FD

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

Shades of Pale Cornflower Blue #ABD7FD

Tints of Pale Cornflower Blue #ABD7FD

Color information

#ABD7FD (or 0xABD7FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, D7 and FD. RGB value is (171,215,253). Sum of RGB (Red+Green+Blue) = 171+215+253=639 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.76% from 639); Green value is 215 (84.38% from 255 or 33.65% from 639); Blue value is 253 (99.22% from 255 or 39.59% from 639); Max value from RGB is 253 - color contains mainly: blue. Hex color #ABD7FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD7FD is #542802. Grayscale: #CDCDCD. Windows color (decimal): -5515267 or 16635819. OLE color: 16635819.

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

Color convert

RGB171215253-
CMYK0.320.1500.01
HSL207.8º95.35%83.14%-
HSV(B)207.8º32.41%99.22%-
XYZ58.8264.35102.25-
YUV206.18154.42102.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.76%
GREEN value IS 215 (84.38% from 255) = 33.65%
BLUE value IS 253 (99.22% from 255) = 39.59%
R=26.76%
G=33.65%
B=39.59%

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
Decimal1712152530.320.1500.01207.895.3583.14
HexABD7FD20F01d05f53
Octal253327375401701320137123
Binary1010101111010111111111011000001111011101000010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD7FD; }

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

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

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

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

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

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

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

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