#ADCDE9

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

Shades of Pale Cornflower Blue #ADCDE9

Tints of Pale Cornflower Blue #ADCDE9

Color information

#ADCDE9 (or 0xADCDE9) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, CD and E9. RGB value is (173,205,233). Sum of RGB (Red+Green+Blue) = 173+205+233=611 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.31% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 233 (91.41% from 255 or 38.13% from 611); Max value from RGB is 233 - color contains mainly: blue. Hex color #ADCDE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCDE9 is #523216. Grayscale: #C6C6C6. Windows color (decimal): -5386775 or 15322541. OLE color: 15322541.

HSL color Cylindrical-coordinate representation of color #ADCDE9: hue angle of 208º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADCDE9 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB173205233-
CMYK0.260.1200.09
HSL208º57.69%79.61%-
HSV(B)208º25.75%91.37%-
XYZ53.7758.4385.53-
YUV198.62147.4109.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.31%
GREEN value IS 205 (80.47% from 255) = 33.55%
BLUE value IS 233 (91.41% from 255) = 38.13%
R=28.31%
G=33.55%
B=38.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1732052330.260.1200.0920857.6979.61
HexADCDE91AC09d03a50
Octal255315351321401132072120
Binary10101101110011011110100111010110001001110100001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCDE9; }

 p { color: rgb(173,205,233); }

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

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

 a { background-color: rgb(173,205,233); }

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

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

 span { border-color: rgb(173,205,233); }

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