#ADD0EC

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

Shades of Pale Cornflower Blue #ADD0EC

Tints of Pale Cornflower Blue #ADD0EC

Color information

#ADD0EC (or 0xADD0EC) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, D0 and EC. RGB value is (173,208,236). Sum of RGB (Red+Green+Blue) = 173+208+236=617 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.04% from 617); Green value is 208 (81.64% from 255 or 33.71% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADD0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD0EC is #522F13. Grayscale: #C8C8C8. Windows color (decimal): -5386004 or 15519917. OLE color: 15519917.

HSL color Cylindrical-coordinate representation of color #ADD0EC: hue angle of 206.67º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADD0EC is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB173208236-
CMYK0.270.1200.07
HSL206.67º62.38%80.2%-
HSV(B)206.67º26.69%92.55%-
XYZ54.9360.0588.05-
YUV200.73147.9108.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.04%
GREEN value IS 208 (81.64% from 255) = 33.71%
BLUE value IS 236 (92.58% from 255) = 38.25%
R=28.04%
G=33.71%
B=38.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732082360.270.1200.07206.6762.3880.2
HexADD0EC1BC07cf3e50
Octal25532035433140731776120
Binary1010110111010000111011001101111000111110011111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD0EC; }

 p { color: rgb(173,208,236); }

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

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

 a { background-color: rgb(173,208,236); }

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

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

 span { border-color: rgb(173,208,236); }

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