#ADC2F9

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

Shades of Perano #ADC2F9

Tints of Perano #ADC2F9

Color information

#ADC2F9 (or 0xADC2F9) is unknown color: approx Perano. HEX triplet: AD, C2 and F9. RGB value is (173,194,249). Sum of RGB (Red+Green+Blue) = 173+194+249=616 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.08% from 616); Green value is 194 (76.17% from 255 or 31.49% from 616); Blue value is 249 (97.66% from 255 or 40.42% from 616); Max value from RGB is 249 - color contains mainly: blue. Hex color #ADC2F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC2F9 is #523D06. Grayscale: #C1C1C1. Windows color (decimal): -5389575 or 16368301. OLE color: 16368301.

HSL color Cylindrical-coordinate representation of color #ADC2F9: hue angle of 223.42º 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 #ADC2F9 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB173194249-
CMYK0.310.2200.02
HSL223.42º86.36%82.75%-
HSV(B)223.42º30.52%97.65%-
XYZ53.6254.3197.28-
YUV193.99159.04113.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.08%
GREEN value IS 194 (76.17% from 255) = 31.49%
BLUE value IS 249 (97.66% from 255) = 40.42%
R=28.08%
G=31.49%
B=40.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1731942490.310.2200.02223.4286.3682.75
HexADC2F91F1602df5653
Octal255302371372602337126123
Binary10101101110000101111100111111101100101101111110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC2F9; }

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

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

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

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

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

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

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

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