#ADC1FF

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

Shades of Perano #ADC1FF

Tints of Perano #ADC1FF

Color information

#ADC1FF (or 0xADC1FF) is unknown color: approx Perano. HEX triplet: AD, C1 and FF. RGB value is (173,193,255). Sum of RGB (Red+Green+Blue) = 173+193+255=621 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.86% from 621); Green value is 193 (75.78% from 255 or 31.08% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADC1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC1FF is #523E00. Grayscale: #C1C1C1. Windows color (decimal): -5389825 or 16761261. OLE color: 16761261.

HSL color Cylindrical-coordinate representation of color #ADC1FF: hue angle of 225.37º 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 #ADC1FF is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB173193255-
CMYK0.320.2400
HSL225.37º100%83.92%-
HSV(B)225.37º32.16%100%-
XYZ54.3554.24102.21-
YUV194.09162.37112.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.86%
GREEN value IS 193 (75.78% from 255) = 31.08%
BLUE value IS 255 (100% from 255) = 41.06%
R=27.86%
G=31.08%
B=41.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1731932550.320.2400225.3710083.92
HexADC1FF201800e16454
Octal255301377403000341144124
Binary10101101110000011111111110000011000001110000111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC1FF; }

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

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

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

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

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

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

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

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