Html Css Color HEX #ADC0ED Perano

📋 copy color: '#ADC0ED'

red 173 ◦ green 192 ◦ blue 237

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

Shades of Perano #ADC0ED

Tints of Perano #ADC0ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.37%

R = 28.74%
G = 31.89%
B = 39.37%

CMYK

 C value IS 0.27

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ADC0ED (or 0xADC0ED) is known color: Perano. HEX triplet: AD, C0 and ED. RGB value is (173,192,237). Sum of RGB (Red+Green+Blue) = 173+192+237=602 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.74% from 602); Green value is 192 (75.39% from 255 or 31.89% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADC0ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC0ED is #523F12. Grayscale: #BFBFBF. Windows color (decimal): -5390099 or 15581357. OLE color: 15581357.

HSL color Cylindrical-coordinate representation of color #ADC0ED: hue angle of 222.19º 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 #ADC0ED is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 192 237 -
CMYK 0.27 0.19 0 0.07
HSL 222.19º 0.64% 0.8% -
HSV(B) 222.19º 0.27% 0.93% -
XYZ 51.37 52.7 87.59 -
YUV 191.45 153.71 114.84 -
System Red Green Blue C M Y K H S L
Decimal 173 192 237 0.27 0.19 0 0.07 222.19 0.64 0.8
Hex AD C0 ED 1B 13 0 7 DE 40 50
Octal 255 300 355 33 23 0 7 336 100 120
Binary 10101101 11000000 11101101 11011 10011 0 111 11011110 1000000 1010000

Color Harmonies of #ADC0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC0ED

Black with #ADC0ED

Text Example


Text Example

White with #ADC0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC0ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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