#ADD2ED

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

Shades of Pale Cornflower Blue #ADD2ED

Tints of Pale Cornflower Blue #ADD2ED

Color information

#ADD2ED (or 0xADD2ED) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, D2 and ED. RGB value is (173,210,237). Sum of RGB (Red+Green+Blue) = 173+210+237=620 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.90% from 620); Green value is 210 (82.42% from 255 or 33.87% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADD2ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD2ED is #522D12. Grayscale: #C9C9C9. Windows color (decimal): -5385491 or 15585965. OLE color: 15585965.

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

Color convert

RGB173210237-
CMYK0.270.1100.07
HSL205.31º64%80.39%-
HSV(B)205.31º27%92.94%-
XYZ55.5761.0988.98-
YUV202.02147.74107.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.90%
GREEN value IS 210 (82.42% from 255) = 33.87%
BLUE value IS 237 (92.97% from 255) = 38.23%
R=27.90%
G=33.87%
B=38.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732102370.270.1100.07205.316480.39
HexADD2ED1BB07cd4050
Octal255322355331307315100120
Binary10101101110100101110110111011101101111100110110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD2ED; }

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

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

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

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

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

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

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

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