Html Css Color HEX #ADC1EA Perano

📋 copy color: '#ADC1EA'

red 173 ◦ green 193 ◦ blue 234

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

Shades of Perano #ADC1EA

Tints of Perano #ADC1EA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.17%

 BLUE value IS 234 (91.8% from 255) = 39%

R = 28.83%
G = 32.17%
B = 39%

CMYK

 C value IS 0.26

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ADC1EA (or 0xADC1EA) is known color: Perano. HEX triplet: AD, C1 and EA. RGB value is (173,193,234). Sum of RGB (Red+Green+Blue) = 173+193+234=600 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.83% from 600); Green value is 193 (75.78% from 255 or 32.17% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADC1EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC1EA is #523E15. Grayscale: #BFBFBF. Windows color (decimal): -5389846 or 15385005. OLE color: 15385005.

HSL color Cylindrical-coordinate representation of color #ADC1EA: hue angle of 220.33º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADC1EA is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 193 234 -
CMYK 0.26 0.18 0 0.08
HSL 220.33º 0.59% 0.8% -
HSV(B) 220.33º 0.26% 0.92% -
XYZ 51.15 52.96 85.37 -
YUV 191.69 151.87 114.67 -
System Red Green Blue C M Y K H S L
Decimal 173 193 234 0.26 0.18 0 0.08 220.33 0.59 0.8
Hex AD C1 EA 1A 12 0 8 DC 3B 50
Octal 255 301 352 32 22 0 10 334 73 120
Binary 10101101 11000001 11101010 11010 10010 0 1000 11011100 111011 1010000

Color Harmonies of #ADC1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC1EA

Black with #ADC1EA

Text Example


Text Example

White with #ADC1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC1EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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