#ADC0FF

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

Shades of Perano #ADC0FF

Tints of Perano #ADC0FF

Color information

#ADC0FF (or 0xADC0FF) is unknown color: approx Perano. HEX triplet: AD, C0 and FF. RGB value is (173,192,255). Sum of RGB (Red+Green+Blue) = 173+192+255=620 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.90% from 620); Green value is 192 (75.39% from 255 or 30.97% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADC0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC0FF is #523F00. Grayscale: #C1C1C1. Windows color (decimal): -5390081 or 16761005. OLE color: 16761005.

HSL color Cylindrical-coordinate representation of color #ADC0FF: hue angle of 226.1º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADC0FF is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB173192255-
CMYK0.320.2500
HSL226.1º100%83.92%-
HSV(B)226.1º32.16%100%-
XYZ54.1353.8102.14-
YUV193.5162.71113.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.90%
GREEN value IS 192 (75.39% from 255) = 30.97%
BLUE value IS 255 (100% from 255) = 41.13%
R=27.90%
G=30.97%
B=41.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1731922550.320.2500226.110083.92
HexADC0FF201900e26454
Octal255300377403100342144124
Binary10101101110000001111111110000011001001110001011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC0FF; }

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

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

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

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

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

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

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

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