#ADD3F7

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

Shades of Pale Cornflower Blue #ADD3F7

Tints of Pale Cornflower Blue #ADD3F7

Color information

#ADD3F7 (or 0xADD3F7) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, D3 and F7. RGB value is (173,211,247). Sum of RGB (Red+Green+Blue) = 173+211+247=631 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.42% from 631); Green value is 211 (82.81% from 255 or 33.44% from 631); Blue value is 247 (96.88% from 255 or 39.14% from 631); Max value from RGB is 247 - color contains mainly: blue. Hex color #ADD3F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD3F7 is #522C08. Grayscale: #CBCBCB. Windows color (decimal): -5385225 or 16241581. OLE color: 16241581.

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

Color convert

RGB173211247-
CMYK0.300.1500.03
HSL209.19º82.22%82.35%-
HSV(B)209.19º29.96%96.86%-
XYZ57.3262.1996.98-
YUV203.74152.41106.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.42%
GREEN value IS 211 (82.81% from 255) = 33.44%
BLUE value IS 247 (96.88% from 255) = 39.14%
R=27.42%
G=33.44%
B=39.14%

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
Decimal1732112470.300.1500.03209.1982.2282.35
HexADD3F71EF03d15252
Octal255323367361703321122122
Binary1010110111010011111101111111011110111101000110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD3F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD3F7; }

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

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

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

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

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

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

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

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