Html Css Color HEX #ADC0EF Perano

📋 copy color: '#ADC0EF'

red 173 ◦ green 192 ◦ blue 239

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

Shades of Perano #ADC0EF

Tints of Perano #ADC0EF

RGB

 RED value IS 173 (67.97% from 255) = 28.64%

 GREEN value IS 192 (75.39% from 255) = 31.79%

 BLUE value IS 239 (93.75% from 255) = 39.57%

R = 28.64%
G = 31.79%
B = 39.57%

CMYK

 C value IS 0.28

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ADC0EF (or 0xADC0EF) is known color: Perano. HEX triplet: AD, C0 and EF. RGB value is (173,192,239). Sum of RGB (Red+Green+Blue) = 173+192+239=604 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.64% from 604); Green value is 192 (75.39% from 255 or 31.79% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADC0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC0EF is #523F10. Grayscale: #BFBFBF. Windows color (decimal): -5390097 or 15712429. OLE color: 15712429.

HSL color Cylindrical-coordinate representation of color #ADC0EF: hue angle of 222.73º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADC0EF is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 192 239 -
CMYK 0.28 0.20 0 0.06
HSL 222.73º 0.67% 0.81% -
HSV(B) 222.73º 0.28% 0.94% -
XYZ 51.66 52.82 89.13 -
YUV 191.68 154.71 114.68 -
System Red Green Blue C M Y K H S L
Decimal 173 192 239 0.28 0.20 0 0.06 222.73 0.67 0.81
Hex AD C0 EF 1C 14 0 6 DF 43 51
Octal 255 300 357 34 24 0 6 337 103 121
Binary 10101101 11000000 11101111 11100 10100 0 110 11011111 1000011 1010001

Color Harmonies of #ADC0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC0EF

Black with #ADC0EF

Text Example


Text Example

White with #ADC0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC0EF; }

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

 H1.HeaderClassName
 {
   color: #ADC0EF;
 }
 .AnyTagClassName
 {
   color: #ADC0EF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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