Html Css Color HEX #9EABBD Rock Blue

📋 copy color: '#9EABBD'

red 158 ◦ green 171 ◦ blue 189

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

Shades of Rock Blue #9EABBD

Tints of Rock Blue #9EABBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.49%

R = 30.5%
G = 33.01%
B = 36.49%

CMYK

 C value IS 0.16

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9EABBD (or 0x9EABBD) is known color: Rock Blue. HEX triplet: 9E, AB and BD. RGB value is (158,171,189). Sum of RGB (Red+Green+Blue) = 158+171+189=518 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.50% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 189 - color contains mainly: blue. Hex color #9EABBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EABBD is #615442. Grayscale: #A9A9A9. Windows color (decimal): -6378563 or 12430238. OLE color: 12430238.

HSL color Cylindrical-coordinate representation of color #9EABBD: hue angle of 214.84º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9EABBD is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 158 171 189 -
CMYK 0.16 0.10 0 0.26
HSL 214.84º 0.19% 0.68% -
HSV(B) 214.84º 0.16% 0.74% -
XYZ 37.85 40.07 53.88 -
YUV 169.17 139.19 120.04 -
System Red Green Blue C M Y K H S L
Decimal 158 171 189 0.16 0.10 0 0.26 214.84 0.19 0.68
Hex 9E AB BD 10 A 0 1A D7 13 44
Octal 236 253 275 20 12 0 32 327 23 104
Binary 10011110 10101011 10111101 10000 1010 0 11010 11010111 10011 1000100

Color Harmonies of #9EABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EABBD

Black with #9EABBD

Text Example


Text Example

White with #9EABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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