Html Css Color HEX #9EACBF Rock Blue

📋 copy color: '#9EACBF'

red 158 ◦ green 172 ◦ blue 191

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

Shades of Rock Blue #9EACBF

Tints of Rock Blue #9EACBF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.01%

 BLUE value IS 191 (75% from 255) = 36.66%

R = 30.33%
G = 33.01%
B = 36.66%

CMYK

 C value IS 0.17

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9EACBF (or 0x9EACBF) is known color: Rock Blue. HEX triplet: 9E, AC and BF. RGB value is (158,172,191). Sum of RGB (Red+Green+Blue) = 158+172+191=521 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.33% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 191 - color contains mainly: blue. Hex color #9EACBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EACBF is #615340. Grayscale: #A9A9A9. Windows color (decimal): -6378305 or 12561566. OLE color: 12561566.

HSL color Cylindrical-coordinate representation of color #9EACBF: hue angle of 214.55º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9EACBF is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 172 191 -
CMYK 0.17 0.10 0 0.25
HSL 214.55º 0.2% 0.68% -
HSV(B) 214.55º 0.17% 0.75% -
XYZ 38.26 40.54 55.1 -
YUV 169.98 139.86 119.46 -
System Red Green Blue C M Y K H S L
Decimal 158 172 191 0.17 0.10 0 0.25 214.55 0.2 0.68
Hex 9E AC BF 11 A 0 19 D7 14 44
Octal 236 254 277 21 12 0 31 327 24 104
Binary 10011110 10101100 10111111 10001 1010 0 11001 11010111 10100 1000100

Color Harmonies of #9EACBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EACBF

Black with #9EACBF

Text Example


Text Example

White with #9EACBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,172,191); }

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

background-color css

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

 a { background-color: rgb(158,172,191); }

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

border-color css

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

 span { border-color: rgb(158,172,191); }

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