#96A8BE

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

Shades of Rock Blue #96A8BE

Tints of Rock Blue #96A8BE

Color information

#96A8BE (or 0x96A8BE) is unknown color: approx Rock Blue. HEX triplet: 96, A8 and BE. RGB value is (150,168,190). Sum of RGB (Red+Green+Blue) = 150+168+190=508 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.53% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 190 - color contains mainly: blue. Hex color #96A8BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A8BE is #695741. Grayscale: #A5A5A5. Windows color (decimal): -6903618 or 12494998. OLE color: 12494998.

HSL color Cylindrical-coordinate representation of color #96A8BE: hue angle of 213º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96A8BE is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB150168190-
CMYK0.210.1200.25
HSL213º23.53%66.67%-
HSV(B)213º21.05%74.51%-
XYZ35.8738.2154.2-
YUV165.13142.04117.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.53%
GREEN value IS 168 (66.02% from 255) = 33.07%
BLUE value IS 190 (74.61% from 255) = 37.40%
R=29.53%
G=33.07%
B=37.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501681900.210.1200.2521323.5366.67
Hex96A8BE15C019d51843
Octal226250276251403132530103
Binary10010110101010001011111010101110001100111010101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96A8BE; }

 p { color: rgb(150,168,190); }

 H1.HeaderClassName
 {
   color: #96A8BE;
 }
 .AnyTagClassName
 {
   color: #96A8BE;
 }
</style>
background-color css

<style>
 a { background-color: #96A8BE; }

 a { background-color: rgb(150,168,190); }

 div.DivClassName
 {
   background-color: #96A8BE;
 }
 .BgClassName
 {
   background-color: #96A8BE;
 }
</style>
border-color css

<style>
 span { border-color: #96A8BE; }

 span { border-color: rgb(150,168,190); }

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