Html Css Color HEX #9EADE5 Perano

📋 copy color: '#9EADE5'

red 158 ◦ green 173 ◦ blue 229

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

Shades of Perano #9EADE5

Tints of Perano #9EADE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.89%

R = 28.21%
G = 30.89%
B = 40.89%

CMYK

 C value IS 0.31

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9EADE5 (or 0x9EADE5) is known color: Perano. HEX triplet: 9E, AD and E5. RGB value is (158,173,229). Sum of RGB (Red+Green+Blue) = 158+173+229=560 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.21% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 229 (89.84% from 255 or 40.89% from 560); Max value from RGB is 229 - color contains mainly: blue. Hex color #9EADE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EADE5 is #61521A. Grayscale: #AEAEAE. Windows color (decimal): -6378011 or 15052190. OLE color: 15052190.

HSL color Cylindrical-coordinate representation of color #9EADE5: hue angle of 227.32º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9EADE5 is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 158 173 229 -
CMYK 0.31 0.24 0 0.10
HSL 227.32º 0.58% 0.76% -
HSV(B) 227.32º 0.31% 0.9% -
XYZ 43.19 42.81 80.12 -
YUV 174.9 158.53 115.95 -
System Red Green Blue C M Y K H S L
Decimal 158 173 229 0.31 0.24 0 0.10 227.32 0.58 0.76
Hex 9E AD E5 1F 18 0 A E3 3A 4C
Octal 236 255 345 37 30 0 12 343 72 114
Binary 10011110 10101101 11100101 11111 11000 0 1010 11100011 111010 1001100

Color Harmonies of #9EADE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EADE5

Black with #9EADE5

Text Example


Text Example

White with #9EADE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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