#ADD0EB

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

Shades of Pale Cornflower Blue #ADD0EB

Tints of Pale Cornflower Blue #ADD0EB

Color information

#ADD0EB (or 0xADD0EB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, D0 and EB. RGB value is (173,208,235). Sum of RGB (Red+Green+Blue) = 173+208+235=616 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.08% from 616); Green value is 208 (81.64% from 255 or 33.77% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #ADD0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD0EB is #522F14. Grayscale: #C8C8C8. Windows color (decimal): -5386005 or 15454381. OLE color: 15454381.

HSL color Cylindrical-coordinate representation of color #ADD0EB: hue angle of 206.13º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADD0EB is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB173208235-
CMYK0.260.1100.08
HSL206.13º60.78%80%-
HSV(B)206.13º26.38%92.16%-
XYZ54.7859.9987.29-
YUV200.61147.4108.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.08%
GREEN value IS 208 (81.64% from 255) = 33.77%
BLUE value IS 235 (92.19% from 255) = 38.15%
R=28.08%
G=33.77%
B=38.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1732082350.260.1100.08206.1360.7880
HexADD0EB1AB08ce3d50
Octal255320353321301031675120
Binary10101101110100001110101111010101101000110011101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD0EB; }

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

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

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

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

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

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

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

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