#ADCCEC

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

Shades of Pale Cornflower Blue #ADCCEC

Tints of Pale Cornflower Blue #ADCCEC

Color information

#ADCCEC (or 0xADCCEC) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, CC and EC. RGB value is (173,204,236). Sum of RGB (Red+Green+Blue) = 173+204+236=613 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.22% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADCCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCCEC is #523313. Grayscale: #C6C6C6. Windows color (decimal): -5387028 or 15518893. OLE color: 15518893.

HSL color Cylindrical-coordinate representation of color #ADCCEC: hue angle of 210.48º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADCCEC is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB173204236-
CMYK0.270.1400.07
HSL210.48º62.38%80.2%-
HSV(B)210.48º26.69%92.55%-
XYZ53.9758.1387.73-
YUV198.38149.23109.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.22%
GREEN value IS 204 (80.08% from 255) = 33.28%
BLUE value IS 236 (92.58% from 255) = 38.50%
R=28.22%
G=33.28%
B=38.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732042360.270.1400.07210.4862.3880.2
HexADCCEC1BE07d23e50
Octal25531435433160732276120
Binary1010110111001100111011001101111100111110100101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCCEC; }

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

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

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

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

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

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

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

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