Html Css Color HEX #9EA5BB Mischka

📋 copy color: '#9EA5BB'

red 158 ◦ green 165 ◦ blue 187

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

Shades of Mischka #9EA5BB

Tints of Mischka #9EA5BB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.35%

 BLUE value IS 187 (73.44% from 255) = 36.67%

R = 30.98%
G = 32.35%
B = 36.67%

CMYK

 C value IS 0.16

 M value IS 0.12

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9EA5BB (or 0x9EA5BB) is known color: Mischka. HEX triplet: 9E, A5 and BB. RGB value is (158,165,187). Sum of RGB (Red+Green+Blue) = 158+165+187=510 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.98% from 510); Green value is 165 (64.84% from 255 or 32.35% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 187 - color contains mainly: blue. Hex color #9EA5BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA5BB is #615A44. Grayscale: #A5A5A5. Windows color (decimal): -6380101 or 12297630. OLE color: 12297630.

HSL color Cylindrical-coordinate representation of color #9EA5BB: hue angle of 225.52º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9EA5BB is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 158 165 187 -
CMYK 0.16 0.12 0 0.27
HSL 225.52º 0.18% 0.68% -
HSV(B) 225.52º 0.16% 0.73% -
XYZ 36.53 37.77 52.38 -
YUV 165.42 140.18 122.71 -
System Red Green Blue C M Y K H S L
Decimal 158 165 187 0.16 0.12 0 0.27 225.52 0.18 0.68
Hex 9E A5 BB 10 C 0 1B E2 12 44
Octal 236 245 273 20 14 0 33 342 22 104
Binary 10011110 10100101 10111011 10000 1100 0 11011 11100010 10010 1000100

Color Harmonies of #9EA5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA5BB

Black with #9EA5BB

Text Example


Text Example

White with #9EA5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,165,187); }

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

background-color css

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

 a { background-color: rgb(158,165,187); }

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

border-color css

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

 span { border-color: rgb(158,165,187); }

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