Html Css Color HEX #9EADEA Perano

📋 copy color: '#9EADEA'

red 158 ◦ green 173 ◦ blue 234

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

Shades of Perano #9EADEA

Tints of Perano #9EADEA

RGB

 RED value IS 158 (62.11% from 255) = 27.96%

 GREEN value IS 173 (67.97% from 255) = 30.62%

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

R = 27.96%
G = 30.62%
B = 41.42%

CMYK

 C value IS 0.32

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9EADEA (or 0x9EADEA) is known color: Perano. HEX triplet: 9E, AD and EA. RGB value is (158,173,234). Sum of RGB (Red+Green+Blue) = 158+173+234=565 (74% of max value = 765). Red value is 158 (62.11% from 255 or 27.96% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #9EADEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EADEA is #615215. Grayscale: #AFAFAF. Windows color (decimal): -6378006 or 15379870. OLE color: 15379870.

HSL color Cylindrical-coordinate representation of color #9EADEA: hue angle of 228.16º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EADEA is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 158 173 234 -
CMYK 0.32 0.26 0 0.08
HSL 228.16º 0.64% 0.77% -
HSV(B) 228.16º 0.32% 0.92% -
XYZ 43.9 43.1 83.85 -
YUV 175.47 161.03 115.54 -
System Red Green Blue C M Y K H S L
Decimal 158 173 234 0.32 0.26 0 0.08 228.16 0.64 0.77
Hex 9E AD EA 20 1A 0 8 E4 40 4D
Octal 236 255 352 40 32 0 10 344 100 115
Binary 10011110 10101101 11101010 100000 11010 0 1000 11100100 1000000 1001101

Color Harmonies of #9EADEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EADEA

Black with #9EADEA

Text Example


Text Example

White with #9EADEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EADEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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