#9EABBD

Color #9EABBD Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #9EABBD

Tints of Rock Blue #9EABBD

Color information

#9EABBD (or 0x9EABBD) is unknown color: approx 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

RGB158171189-
CMYK0.160.1000.26
HSL214.84º19.02%68.04%-
HSV(B)214.84º16.4%74.12%-
XYZ37.8540.0753.88-
YUV169.16139.19120.04-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.50%
GREEN value IS 171 (67.19% from 255) = 33.01%
BLUE value IS 189 (74.22% from 255) = 36.49%
R=30.50%
G=33.01%
B=36.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1581711890.160.1000.26214.8419.0268.04
Hex9EABBD10A01Ad71344
Octal236253275201203232723104
Binary10011110101010111011110110000101001101011010111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EABBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>