#ADC0F9

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

Shades of Perano #ADC0F9

Tints of Perano #ADC0F9

Color information

#ADC0F9 (or 0xADC0F9) is unknown color: approx Perano. HEX triplet: AD, C0 and F9. RGB value is (173,192,249). Sum of RGB (Red+Green+Blue) = 173+192+249=614 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.18% from 614); Green value is 192 (75.39% from 255 or 31.27% from 614); Blue value is 249 (97.66% from 255 or 40.55% from 614); Max value from RGB is 249 - color contains mainly: blue. Hex color #ADC0F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC0F9 is #523F06. Grayscale: #C0C0C0. Windows color (decimal): -5390087 or 16367789. OLE color: 16367789.

HSL color Cylindrical-coordinate representation of color #ADC0F9: hue angle of 225º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADC0F9 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB173192249-
CMYK0.310.2300.02
HSL225º86.36%82.75%-
HSV(B)225º30.52%97.65%-
XYZ53.1853.4297.13-
YUV192.82159.71113.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.18%
GREEN value IS 192 (75.39% from 255) = 31.27%
BLUE value IS 249 (97.66% from 255) = 40.55%
R=28.18%
G=31.27%
B=40.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1731922490.310.2300.0222586.3682.75
HexADC0F91F1702e15653
Octal255300371372702341126123
Binary10101101110000001111100111111101110101110000110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC0F9; }

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

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

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

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

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

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

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

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