#ADCCEA

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

Shades of Pale Cornflower Blue #ADCCEA

Tints of Pale Cornflower Blue #ADCCEA

Color information

#ADCCEA (or 0xADCCEA) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, CC and EA. RGB value is (173,204,234). Sum of RGB (Red+Green+Blue) = 173+204+234=611 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.31% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADCCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCCEA is #523315. Grayscale: #C6C6C6. Windows color (decimal): -5387030 or 15387821. OLE color: 15387821.

HSL color Cylindrical-coordinate representation of color #ADCCEA: hue angle of 209.51º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADCCEA is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB173204234-
CMYK0.260.1300.08
HSL209.51º59.22%79.8%-
HSV(B)209.51º26.07%91.76%-
XYZ53.6858.0186.21-
YUV198.15148.23110.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.31%
GREEN value IS 204 (80.08% from 255) = 33.39%
BLUE value IS 234 (91.80% from 255) = 38.30%
R=28.31%
G=33.39%
B=38.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1732042340.260.1300.08209.5159.2279.8
HexADCCEA1AD08d23b50
Octal255314352321501032273120
Binary10101101110011001110101011010110101000110100101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCCEA; }

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

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

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

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

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

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

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

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