#ADC0F2

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

Shades of Perano #ADC0F2

Tints of Perano #ADC0F2

Color information

#ADC0F2 (or 0xADC0F2) is unknown color: approx Perano. HEX triplet: AD, C0 and F2. RGB value is (173,192,242). Sum of RGB (Red+Green+Blue) = 173+192+242=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 192 (75.39% from 255 or 31.63% from 607); Blue value is 242 (94.92% from 255 or 39.87% from 607); Max value from RGB is 242 - color contains mainly: blue. Hex color #ADC0F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC0F2 is #523F0D. Grayscale: #BFBFBF. Windows color (decimal): -5390094 or 15909037. OLE color: 15909037.

HSL color Cylindrical-coordinate representation of color #ADC0F2: hue angle of 223.48º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADC0F2 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB173192242-
CMYK0.290.2100.05
HSL223.48º72.63%81.37%-
HSV(B)223.48º28.51%94.9%-
XYZ52.1152.9991.49-
YUV192.02156.21114.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.50%
GREEN value IS 192 (75.39% from 255) = 31.63%
BLUE value IS 242 (94.92% from 255) = 39.87%
R=28.50%
G=31.63%
B=39.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1731922420.290.2100.05223.4872.6381.37
HexADC0F21D1505df4951
Octal255300362352505337111121
Binary101011011100000011110010111011010101011101111110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC0F2; }

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

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

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

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

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

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

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

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