Html Css Color HEX #9EABBE Rock Blue

📋 copy color: '#9EABBE'

red 158 ◦ green 171 ◦ blue 190

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

Shades of Rock Blue #9EABBE

Tints of Rock Blue #9EABBE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.95%

 BLUE value IS 190 (74.61% from 255) = 36.61%

R = 30.44%
G = 32.95%
B = 36.61%

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

#9EABBE (or 0x9EABBE) is known color: Rock Blue. HEX triplet: 9E, AB and BE. RGB value is (158,171,190). Sum of RGB (Red+Green+Blue) = 158+171+190=519 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.44% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 190 - color contains mainly: blue. Hex color #9EABBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EABBE is #615441. Grayscale: #A9A9A9. Windows color (decimal): -6378562 or 12495774. OLE color: 12495774.

HSL color Cylindrical-coordinate representation of color #9EABBE: hue angle of 215.62º 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 #9EABBE is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 171 190 -
CMYK 0.17 0.10 0 0.25
HSL 215.63º 0.2% 0.68% -
HSV(B) 215.63º 0.17% 0.75% -
XYZ 37.96 40.11 54.46 -
YUV 169.28 139.69 119.96 -
System Red Green Blue C M Y K H S L
Decimal 158 171 190 0.17 0.10 0 0.25 215.63 0.2 0.68
Hex 9E AB BE 11 A 0 19 D8 14 44
Octal 236 253 276 21 12 0 31 330 24 104
Binary 10011110 10101011 10111110 10001 1010 0 11001 11011000 10100 1000100

Color Harmonies of #9EABBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EABBE

Black with #9EABBE

Text Example


Text Example

White with #9EABBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,171,190); }

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

background-color css

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

 a { background-color: rgb(158,171,190); }

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

border-color css

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

 span { border-color: rgb(158,171,190); }

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