#ADC1ED

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

Shades of Perano #ADC1ED

Tints of Perano #ADC1ED

Color information

#ADC1ED (or 0xADC1ED) is unknown color: approx Perano. HEX triplet: AD, C1 and ED. RGB value is (173,193,237). Sum of RGB (Red+Green+Blue) = 173+193+237=603 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.69% from 603); Green value is 193 (75.78% from 255 or 32.01% from 603); Blue value is 237 (92.97% from 255 or 39.30% from 603); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADC1ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC1ED is #523E12. Grayscale: #BFBFBF. Windows color (decimal): -5389843 or 15581613. OLE color: 15581613.

HSL color Cylindrical-coordinate representation of color #ADC1ED: hue angle of 221.25º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADC1ED is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB173193237-
CMYK0.270.1900.07
HSL221.25º64%80.39%-
HSV(B)221.25º27%92.94%-
XYZ51.5953.1487.66-
YUV192.04153.37114.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.69%
GREEN value IS 193 (75.78% from 255) = 32.01%
BLUE value IS 237 (92.97% from 255) = 39.30%
R=28.69%
G=32.01%
B=39.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1731932370.270.1900.07221.256480.39
HexADC1ED1B1307dd4050
Octal255301355332307335100120
Binary101011011100000111101101110111001101111101110110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC1ED; }

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

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

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

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

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

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

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

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