#ADC0F8

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

Shades of Perano #ADC0F8

Tints of Perano #ADC0F8

Color information

#ADC0F8 (or 0xADC0F8) is unknown color: approx Perano. HEX triplet: AD, C0 and F8. RGB value is (173,192,248). Sum of RGB (Red+Green+Blue) = 173+192+248=613 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.22% from 613); Green value is 192 (75.39% from 255 or 31.32% from 613); Blue value is 248 (97.27% from 255 or 40.46% from 613); Max value from RGB is 248 - color contains mainly: blue. Hex color #ADC0F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC0F8 is #523F07. Grayscale: #C0C0C0. Windows color (decimal): -5390088 or 16302253. OLE color: 16302253.

HSL color Cylindrical-coordinate representation of color #ADC0F8: hue angle of 224.8º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADC0F8 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB173192248-
CMYK0.300.2300.03
HSL224.8º84.27%82.55%-
HSV(B)224.8º30.24%97.25%-
XYZ53.0353.3696.31-
YUV192.7159.21113.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.22%
GREEN value IS 192 (75.39% from 255) = 31.32%
BLUE value IS 248 (97.27% from 255) = 40.46%
R=28.22%
G=31.32%
B=40.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1731922480.300.2300.03224.884.2782.55
HexADC0F81E1703e15453
Octal255300370362703341124123
Binary10101101110000001111100011110101110111110000110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC0F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC0F8; }

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

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

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

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

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

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

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

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