#ADC0EE

Color #ADC0EE Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #ADC0EE

Tints of Perano #ADC0EE

Color information

#ADC0EE (or 0xADC0EE) is unknown color: approx Perano. HEX triplet: AD, C0 and EE. RGB value is (173,192,238). Sum of RGB (Red+Green+Blue) = 173+192+238=603 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.69% from 603); Green value is 192 (75.39% from 255 or 31.84% from 603); Blue value is 238 (93.36% from 255 or 39.47% from 603); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADC0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC0EE is #523F11. Grayscale: #BFBFBF. Windows color (decimal): -5390098 or 15646893. OLE color: 15646893.

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

Color convert

RGB173192238-
CMYK0.270.1900.07
HSL222.46º65.66%80.59%-
HSV(B)222.46º27.31%93.33%-
XYZ51.5252.7688.36-
YUV191.56154.21114.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.69%
GREEN value IS 192 (75.39% from 255) = 31.84%
BLUE value IS 238 (93.36% from 255) = 39.47%
R=28.69%
G=31.84%
B=39.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1731922380.270.1900.07222.4665.6680.59
HexADC0EE1B1307de4251
Octal255300356332307336102121
Binary101011011100000011101110110111001101111101111010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC0EE; }

 p { color: rgb(173,192,238); }

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

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

 a { background-color: rgb(173,192,238); }

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

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

 span { border-color: rgb(173,192,238); }

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