Html Css Color HEX #ADC2F9 Perano

📋 copy color: '#ADC2F9'

red 173 ◦ green 194 ◦ blue 249

#ADC2F9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perano #ADC2F9

Tints of Perano #ADC2F9

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 value IS 0.31

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ADC2F9 (or 0xADC2F9) is known color: 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

RGB 173 194 249 -
CMYK 0.31 0.22 0 0.02
HSL 223.42º 0.86% 0.83% -
HSV(B) 223.42º 0.31% 0.98% -
XYZ 53.62 54.31 97.28 -
YUV 193.99 159.04 113.03 -
System Red Green Blue C M Y K H S L
Decimal 173 194 249 0.31 0.22 0 0.02 223.42 0.86 0.83
Hex AD C2 F9 1F 16 0 2 DF 56 53
Octal 255 302 371 37 26 0 2 337 126 123
Binary 10101101 11000010 11111001 11111 10110 0 10 11011111 1010110 1010011

Color Harmonies of #ADC2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC2F9

Black with #ADC2F9

Text Example


Text Example

White with #ADC2F9

Text Example


Text Example

HTML Codes & Css Web 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>