#ADCCE7

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

Shades of Pale Cornflower Blue #ADCCE7

Tints of Pale Cornflower Blue #ADCCE7

Color information

#ADCCE7 (or 0xADCCE7) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, CC and E7. RGB value is (173,204,231). Sum of RGB (Red+Green+Blue) = 173+204+231=608 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.45% from 608); Green value is 204 (80.08% from 255 or 33.55% from 608); Blue value is 231 (90.62% from 255 or 37.99% from 608); Max value from RGB is 231 - color contains mainly: blue. Hex color #ADCCE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCCE7 is #523318. Grayscale: #C5C5C5. Windows color (decimal): -5387033 or 15191213. OLE color: 15191213.

HSL color Cylindrical-coordinate representation of color #ADCCE7: hue angle of 207.93º degrees, saturation: 0.55, 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 #ADCCE7 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB173204231-
CMYK0.250.1200.09
HSL207.93º54.72%79.22%-
HSV(B)207.93º25.11%90.59%-
XYZ53.2557.8483.96-
YUV197.81146.73110.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.45%
GREEN value IS 204 (80.08% from 255) = 33.55%
BLUE value IS 231 (90.62% from 255) = 37.99%
R=28.45%
G=33.55%
B=37.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1732042310.250.1200.09207.9354.7279.22
HexADCCE719C09d0374f
Octal255314347311401132067117
Binary10101101110011001110011111001110001001110100001101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCCE7; }

 p { color: rgb(173,204,231); }

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

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

 a { background-color: rgb(173,204,231); }

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

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

 span { border-color: rgb(173,204,231); }

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