#ADCEE8

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

Shades of Pale Cornflower Blue #ADCEE8

Tints of Pale Cornflower Blue #ADCEE8

Color information

#ADCEE8 (or 0xADCEE8) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, CE and E8. RGB value is (173,206,232). Sum of RGB (Red+Green+Blue) = 173+206+232=611 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.31% from 611); Green value is 206 (80.86% from 255 or 33.72% from 611); Blue value is 232 (91.02% from 255 or 37.97% from 611); Max value from RGB is 232 - color contains mainly: blue. Hex color #ADCEE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCEE8 is #523117. Grayscale: #C6C6C6. Windows color (decimal): -5386520 or 15257261. OLE color: 15257261.

HSL color Cylindrical-coordinate representation of color #ADCEE8: hue angle of 206.44º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADCEE8 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB173206232-
CMYK0.250.1100.09
HSL206.44º56.19%79.41%-
HSV(B)206.44º25.43%90.98%-
XYZ53.8758.8584.86-
YUV199.1146.57109.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.31%
GREEN value IS 206 (80.86% from 255) = 33.72%
BLUE value IS 232 (91.02% from 255) = 37.97%
R=28.31%
G=33.72%
B=37.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1732062320.250.1100.09206.4456.1979.41
HexADCEE819B09ce384f
Octal255316350311301131670117
Binary10101101110011101110100011001101101001110011101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCEE8; }

 p { color: rgb(173,206,232); }

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

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

 a { background-color: rgb(173,206,232); }

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

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

 span { border-color: rgb(173,206,232); }

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