Html Css Color HEX #9EADEB Perano

📋 copy color: '#9EADEB'

red 158 ◦ green 173 ◦ blue 235

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

Shades of Perano #9EADEB

Tints of Perano #9EADEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.52%

R = 27.92%
G = 30.57%
B = 41.52%

CMYK

 C value IS 0.33

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9EADEB (or 0x9EADEB) is known color: Perano. HEX triplet: 9E, AD and EB. RGB value is (158,173,235). Sum of RGB (Red+Green+Blue) = 158+173+235=566 (74% of max value = 765). Red value is 158 (62.11% from 255 or 27.92% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #9EADEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EADEB is #615214. Grayscale: #AFAFAF. Windows color (decimal): -6378005 or 15445406. OLE color: 15445406.

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

Color convert

RGB 158 173 235 -
CMYK 0.33 0.26 0 0.08
HSL 228.31º 0.66% 0.77% -
HSV(B) 228.31º 0.33% 0.92% -
XYZ 44.04 43.15 84.61 -
YUV 175.58 161.53 115.46 -
System Red Green Blue C M Y K H S L
Decimal 158 173 235 0.33 0.26 0 0.08 228.31 0.66 0.77
Hex 9E AD EB 21 1A 0 8 E4 42 4D
Octal 236 255 353 41 32 0 10 344 102 115
Binary 10011110 10101101 11101011 100001 11010 0 1000 11100100 1000010 1001101

Color Harmonies of #9EADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EADEB

Black with #9EADEB

Text Example


Text Example

White with #9EADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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