#ADD1ED

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

Shades of Pale Cornflower Blue #ADD1ED

Tints of Pale Cornflower Blue #ADD1ED

Color information

#ADD1ED (or 0xADD1ED) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, D1 and ED. RGB value is (173,209,237). Sum of RGB (Red+Green+Blue) = 173+209+237=619 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.95% from 619); Green value is 209 (82.03% from 255 or 33.76% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADD1ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD1ED is #522E12. Grayscale: #C9C9C9. Windows color (decimal): -5385747 or 15585709. OLE color: 15585709.

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

Color convert

RGB173209237-
CMYK0.270.1200.07
HSL206.25º64%80.39%-
HSV(B)206.25º27%92.94%-
XYZ55.3260.688.9-
YUV201.43148.07107.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.95%
GREEN value IS 209 (82.03% from 255) = 33.76%
BLUE value IS 237 (92.97% from 255) = 38.29%
R=27.95%
G=33.76%
B=38.29%

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
Decimal1732092370.270.1200.07206.256480.39
HexADD1ED1BC07ce4050
Octal255321355331407316100120
Binary10101101110100011110110111011110001111100111010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD1ED; }

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

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

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

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

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

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

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

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