#ADC0ED

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

Shades of Perano #ADC0ED

Tints of Perano #ADC0ED

Color information

#ADC0ED (or 0xADC0ED) is unknown color: approx Perano. HEX triplet: AD, C0 and ED. RGB value is (173,192,237). Sum of RGB (Red+Green+Blue) = 173+192+237=602 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.74% from 602); Green value is 192 (75.39% from 255 or 31.89% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADC0ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC0ED is #523F12. Grayscale: #BFBFBF. Windows color (decimal): -5390099 or 15581357. OLE color: 15581357.

HSL color Cylindrical-coordinate representation of color #ADC0ED: hue angle of 222.19º degrees, saturation: 0.64, 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 #ADC0ED is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB173192237-
CMYK0.270.1900.07
HSL222.19º64%80.39%-
HSV(B)222.19º27%92.94%-
XYZ51.3752.787.59-
YUV191.45153.71114.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.74%
GREEN value IS 192 (75.39% from 255) = 31.89%
BLUE value IS 237 (92.97% from 255) = 39.37%
R=28.74%
G=31.89%
B=39.37%

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
Decimal1731922370.270.1900.07222.196480.39
HexADC0ED1B1307de4050
Octal255300355332307336100120
Binary101011011100000011101101110111001101111101111010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC0ED; }

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

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

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

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

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

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

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

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