#ADD1EF

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

Shades of Pale Cornflower Blue #ADD1EF

Tints of Pale Cornflower Blue #ADD1EF

Color information

#ADD1EF (or 0xADD1EF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, D1 and EF. RGB value is (173,209,239). Sum of RGB (Red+Green+Blue) = 173+209+239=621 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.86% from 621); Green value is 209 (82.03% from 255 or 33.66% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADD1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD1EF is #522E10. Grayscale: #C9C9C9. Windows color (decimal): -5385745 or 15716781. OLE color: 15716781.

HSL color Cylindrical-coordinate representation of color #ADD1EF: hue angle of 207.27º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADD1EF is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB173209239-
CMYK0.280.1300.06
HSL207.27º67.35%80.78%-
HSV(B)207.27º27.62%93.73%-
XYZ55.6160.7290.45-
YUV201.66149.07107.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.86%
GREEN value IS 209 (82.03% from 255) = 33.66%
BLUE value IS 239 (93.75% from 255) = 38.49%
R=27.86%
G=33.66%
B=38.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1732092390.280.1300.06207.2767.3580.78
HexADD1EF1CD06cf4351
Octal255321357341506317103121
Binary10101101110100011110111111100110101101100111110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD1EF; }

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

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

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

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

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

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

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

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