Html Css Color HEX #9EABBC Rock Blue

📋 copy color: '#9EABBC'

red 158 ◦ green 171 ◦ blue 188

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

Shades of Rock Blue #9EABBC

Tints of Rock Blue #9EABBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.36%

R = 30.56%
G = 33.08%
B = 36.36%

CMYK

 C value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9EABBC (or 0x9EABBC) is known color: Rock Blue. HEX triplet: 9E, AB and BC. RGB value is (158,171,188). Sum of RGB (Red+Green+Blue) = 158+171+188=517 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.56% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 188 - color contains mainly: blue. Hex color #9EABBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EABBC is #615443. Grayscale: #A8A8A8. Windows color (decimal): -6378564 or 12364702. OLE color: 12364702.

HSL color Cylindrical-coordinate representation of color #9EABBC: hue angle of 214º degrees, saturation: 0.18, 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 #9EABBC is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 158 171 188 -
CMYK 0.16 0.09 0 0.26
HSL 214º 0.18% 0.68% -
HSV(B) 214º 0.16% 0.74% -
XYZ 37.74 40.03 53.31 -
YUV 169.05 138.69 120.12 -
System Red Green Blue C M Y K H S L
Decimal 158 171 188 0.16 0.09 0 0.26 214 0.18 0.68
Hex 9E AB BC 10 9 0 1A D6 12 44
Octal 236 253 274 20 11 0 32 326 22 104
Binary 10011110 10101011 10111100 10000 1001 0 11010 11010110 10010 1000100

Color Harmonies of #9EABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EABBC

Black with #9EABBC

Text Example


Text Example

White with #9EABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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