#ADD0EE

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

Shades of Pale Cornflower Blue #ADD0EE

Tints of Pale Cornflower Blue #ADD0EE

Color information

#ADD0EE (or 0xADD0EE) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, D0 and EE. RGB value is (173,208,238). Sum of RGB (Red+Green+Blue) = 173+208+238=619 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.95% from 619); Green value is 208 (81.64% from 255 or 33.60% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADD0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD0EE is #522F11. Grayscale: #C8C8C8. Windows color (decimal): -5386002 or 15650989. OLE color: 15650989.

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

Color convert

RGB173208238-
CMYK0.270.1300.07
HSL207.69º65.66%80.59%-
HSV(B)207.69º27.31%93.33%-
XYZ55.2260.1789.59-
YUV200.96148.9108.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.95%
GREEN value IS 208 (81.64% from 255) = 33.60%
BLUE value IS 238 (93.36% from 255) = 38.45%
R=27.95%
G=33.60%
B=38.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732082380.270.1300.07207.6965.6680.59
HexADD0EE1BD07d04251
Octal255320356331507320102121
Binary10101101110100001110111011011110101111101000010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD0EE; }

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

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

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

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

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

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

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

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