#ADC0EF

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

Shades of Perano #ADC0EF

Tints of Perano #ADC0EF

Color information

#ADC0EF (or 0xADC0EF) is unknown color: approx Perano. HEX triplet: AD, C0 and EF. RGB value is (173,192,239). Sum of RGB (Red+Green+Blue) = 173+192+239=604 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.64% from 604); Green value is 192 (75.39% from 255 or 31.79% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADC0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC0EF is #523F10. Grayscale: #BFBFBF. Windows color (decimal): -5390097 or 15712429. OLE color: 15712429.

HSL color Cylindrical-coordinate representation of color #ADC0EF: hue angle of 222.73º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADC0EF is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB173192239-
CMYK0.280.2000.06
HSL222.73º67.35%80.78%-
HSV(B)222.73º27.62%93.73%-
XYZ51.6652.8289.13-
YUV191.68154.71114.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.64%
GREEN value IS 192 (75.39% from 255) = 31.79%
BLUE value IS 239 (93.75% from 255) = 39.57%
R=28.64%
G=31.79%
B=39.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1731922390.280.2000.06222.7367.3580.78
HexADC0EF1C1406df4351
Octal255300357342406337103121
Binary101011011100000011101111111001010001101101111110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC0EF; }

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

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

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

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

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

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

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

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