Html Css Color HEX #9EABBF Rock Blue

📋 copy color: '#9EABBF'

red 158 ◦ green 171 ◦ blue 191

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

Shades of Rock Blue #9EABBF

Tints of Rock Blue #9EABBF

RGB

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

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

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

R = 30.38%
G = 32.88%
B = 36.73%

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

#9EABBF (or 0x9EABBF) is known color: Rock Blue. HEX triplet: 9E, AB and BF. RGB value is (158,171,191). Sum of RGB (Red+Green+Blue) = 158+171+191=520 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.38% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 191 - color contains mainly: blue. Hex color #9EABBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EABBF is #615440. Grayscale: #A9A9A9. Windows color (decimal): -6378561 or 12561310. OLE color: 12561310.

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

Color convert

RGB 158 171 191 -
CMYK 0.17 0.10 0 0.25
HSL 216.36º 0.2% 0.68% -
HSV(B) 216.36º 0.17% 0.75% -
XYZ 38.07 40.16 55.03 -
YUV 169.39 140.19 119.87 -
System Red Green Blue C M Y K H S L
Decimal 158 171 191 0.17 0.10 0 0.25 216.36 0.2 0.68
Hex 9E AB BF 11 A 0 19 D8 14 44
Octal 236 253 277 21 12 0 31 330 24 104
Binary 10011110 10101011 10111111 10001 1010 0 11001 11011000 10100 1000100

Color Harmonies of #9EABBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EABBF

Black with #9EABBF

Text Example


Text Example

White with #9EABBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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