#ADCCE6

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

Shades of Pale Cornflower Blue #ADCCE6

Tints of Pale Cornflower Blue #ADCCE6

Color information

#ADCCE6 (or 0xADCCE6) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, CC and E6. RGB value is (173,204,230). Sum of RGB (Red+Green+Blue) = 173+204+230=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 230 (90.23% from 255 or 37.89% from 607); Max value from RGB is 230 - color contains mainly: blue. Hex color #ADCCE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCCE6 is #523319. Grayscale: #C5C5C5. Windows color (decimal): -5387034 or 15125677. OLE color: 15125677.

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

Color convert

RGB173204230-
CMYK0.250.1100.10
HSL207.37º53.27%79.02%-
HSV(B)207.37º24.78%90.2%-
XYZ53.1157.7883.22-
YUV197.7146.23110.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.50%
GREEN value IS 204 (80.08% from 255) = 33.61%
BLUE value IS 230 (90.23% from 255) = 37.89%
R=28.50%
G=33.61%
B=37.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1732042300.250.1100.10207.3753.2779.02
HexADCCE619B0Acf354f
Octal255314346311301231765117
Binary10101101110011001110011011001101101010110011111101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCCE6; }

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

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

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

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

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

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

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

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