#ADD7F6

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

Shades of Pale Cornflower Blue #ADD7F6

Tints of Pale Cornflower Blue #ADD7F6

Color information

#ADD7F6 (or 0xADD7F6) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, D7 and F6. RGB value is (173,215,246). Sum of RGB (Red+Green+Blue) = 173+215+246=634 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.29% from 634); Green value is 215 (84.38% from 255 or 33.91% from 634); Blue value is 246 (96.48% from 255 or 38.80% from 634); Max value from RGB is 246 - color contains mainly: blue. Hex color #ADD7F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD7F6 is #522809. Grayscale: #CDCDCD. Windows color (decimal): -5384202 or 16177069. OLE color: 16177069.

HSL color Cylindrical-coordinate representation of color #ADD7F6: hue angle of 205.48º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADD7F6 is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB173215246-
CMYK0.300.1300.04
HSL205.48º80.22%82.16%-
HSV(B)205.48º29.67%96.47%-
XYZ58.1764.1496.5-
YUV205.98150.59104.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.29%
GREEN value IS 215 (84.38% from 255) = 33.91%
BLUE value IS 246 (96.48% from 255) = 38.80%
R=27.29%
G=33.91%
B=38.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1732152460.300.1300.04205.4880.2282.16
HexADD7F61ED04cd5052
Octal255327366361504315120122
Binary10101101110101111111011011110110101001100110110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD7F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD7F6; }

 p { color: rgb(173,215,246); }

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

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

 a { background-color: rgb(173,215,246); }

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

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

 span { border-color: rgb(173,215,246); }

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