#ADC0EB

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

Shades of Perano #ADC0EB

Tints of Perano #ADC0EB

Color information

#ADC0EB (or 0xADC0EB) is unknown color: approx Perano. HEX triplet: AD, C0 and EB. RGB value is (173,192,235). Sum of RGB (Red+Green+Blue) = 173+192+235=600 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.83% from 600); Green value is 192 (75.39% from 255 or 32% from 600); Blue value is 235 (92.19% from 255 or 39.17% from 600); Max value from RGB is 235 - color contains mainly: blue. Hex color #ADC0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC0EB is #523F14. Grayscale: #BFBFBF. Windows color (decimal): -5390101 or 15450285. OLE color: 15450285.

HSL color Cylindrical-coordinate representation of color #ADC0EB: hue angle of 221.61º degrees, saturation: 0.61, 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 #ADC0EB is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB173192235-
CMYK0.260.1800.08
HSL221.61º60.78%80%-
HSV(B)221.61º26.38%92.16%-
XYZ51.0852.5886.05-
YUV191.22152.71115-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.83%
GREEN value IS 192 (75.39% from 255) = 32%
BLUE value IS 235 (92.19% from 255) = 39.17%
R=28.83%
G=32%
B=39.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1731922350.260.1800.08221.6160.7880
HexADC0EB1A1208de3d50
Octal255300353322201033675120
Binary101011011100000011101011110101001001000110111101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC0EB; }

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

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

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

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

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

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

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

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