#ADD0ED

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

Shades of Pale Cornflower Blue #ADD0ED

Tints of Pale Cornflower Blue #ADD0ED

Color information

#ADD0ED (or 0xADD0ED) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, D0 and ED. RGB value is (173,208,237). Sum of RGB (Red+Green+Blue) = 173+208+237=618 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.99% from 618); Green value is 208 (81.64% from 255 or 33.66% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADD0ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD0ED is #522F12. Grayscale: #C8C8C8. Windows color (decimal): -5386003 or 15585453. OLE color: 15585453.

HSL color Cylindrical-coordinate representation of color #ADD0ED: hue angle of 207.19º degrees, saturation: 0.64, 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 #ADD0ED is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB173208237-
CMYK0.270.1200.07
HSL207.19º64%80.39%-
HSV(B)207.19º27%92.94%-
XYZ55.0860.1188.82-
YUV200.84148.4108.14-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.99%
GREEN value IS 208 (81.64% from 255) = 33.66%
BLUE value IS 237 (92.97% from 255) = 38.35%
R=27.99%
G=33.66%
B=38.35%

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
Decimal1732082370.270.1200.07207.196480.39
HexADD0ED1BC07cf4050
Octal255320355331407317100120
Binary10101101110100001110110111011110001111100111110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD0ED; }

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

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

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

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

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

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

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

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