#ADD2F7

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

Shades of Pale Cornflower Blue #ADD2F7

Tints of Pale Cornflower Blue #ADD2F7

Color information

#ADD2F7 (or 0xADD2F7) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, D2 and F7. RGB value is (173,210,247). Sum of RGB (Red+Green+Blue) = 173+210+247=630 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.46% from 630); Green value is 210 (82.42% from 255 or 33.33% from 630); Blue value is 247 (96.88% from 255 or 39.21% from 630); Max value from RGB is 247 - color contains mainly: blue. Hex color #ADD2F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD2F7 is #522D08. Grayscale: #CACACA. Windows color (decimal): -5385481 or 16241325. OLE color: 16241325.

HSL color Cylindrical-coordinate representation of color #ADD2F7: hue angle of 210º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADD2F7 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB173210247-
CMYK0.300.1500.03
HSL210º82.22%82.35%-
HSV(B)210º29.96%96.86%-
XYZ57.0761.6996.9-
YUV203.15152.74106.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.46%
GREEN value IS 210 (82.42% from 255) = 33.33%
BLUE value IS 247 (96.88% from 255) = 39.21%
R=27.46%
G=33.33%
B=39.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1732102470.300.1500.0321082.2282.35
HexADD2F71EF03d25252
Octal255322367361703322122122
Binary1010110111010010111101111111011110111101001010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD2F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD2F7; }

 p { color: rgb(173,210,247); }

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

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

 a { background-color: rgb(173,210,247); }

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

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

 span { border-color: rgb(173,210,247); }

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