Html Css Color HEX #9EAAB8 Rock Blue

📋 copy color: '#9EAAB8'

red 158 ◦ green 170 ◦ blue 184

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

Shades of Rock Blue #9EAAB8

Tints of Rock Blue #9EAAB8

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.2%

 BLUE value IS 184 (72.27% from 255) = 35.94%

R = 30.86%
G = 33.2%
B = 35.94%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9EAAB8 (or 0x9EAAB8) is known color: Rock Blue. HEX triplet: 9E, AA and B8. RGB value is (158,170,184). Sum of RGB (Red+Green+Blue) = 158+170+184=512 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.86% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 184 (72.27% from 255 or 35.94% from 512); Max value from RGB is 184 - color contains mainly: blue. Hex color #9EAAB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAAB8 is #615547. Grayscale: #A7A7A7. Windows color (decimal): -6378824 or 12102302. OLE color: 12102302.

HSL color Cylindrical-coordinate representation of color #9EAAB8: hue angle of 212.31º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9EAAB8 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 158 170 184 -
CMYK 0.14 0.08 0 0.28
HSL 212.31º 0.15% 0.67% -
HSV(B) 212.31º 0.14% 0.72% -
XYZ 37.13 39.48 51.01 -
YUV 168.01 137.02 120.86 -
System Red Green Blue C M Y K H S L
Decimal 158 170 184 0.14 0.08 0 0.28 212.31 0.15 0.67
Hex 9E AA B8 E 8 0 1C D4 F 43
Octal 236 252 270 16 10 0 34 324 17 103
Binary 10011110 10101010 10111000 1110 1000 0 11100 11010100 1111 1000011

Color Harmonies of #9EAAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAAB8

Black with #9EAAB8

Text Example


Text Example

White with #9EAAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,170,184); }

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

background-color css

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

 a { background-color: rgb(158,170,184); }

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

border-color css

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

 span { border-color: rgb(158,170,184); }

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