#95A8BF

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

Shades of Rock Blue #95A8BF

Tints of Rock Blue #95A8BF

Color information

#95A8BF (or 0x95A8BF) is unknown color: approx Rock Blue. HEX triplet: 95, A8 and BF. RGB value is (149,168,191). Sum of RGB (Red+Green+Blue) = 149+168+191=508 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.33% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 191 - color contains mainly: blue. Hex color #95A8BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A8BF is #6A5740. Grayscale: #A4A4A4. Windows color (decimal): -6969153 or 12560533. OLE color: 12560533.

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

Color convert

RGB149168191-
CMYK0.220.1200.25
HSL212.86º24.71%66.67%-
HSV(B)212.86º21.99%74.9%-
XYZ35.838.1654.77-
YUV164.94142.71116.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.33%
GREEN value IS 168 (66.02% from 255) = 33.07%
BLUE value IS 191 (75% from 255) = 37.60%
R=29.33%
G=33.07%
B=37.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491681910.220.1200.25212.8624.7166.67
Hex95A8BF16C019d51943
Octal225250277261403132531103
Binary10010101101010001011111110110110001100111010101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95A8BF; }

 p { color: rgb(149,168,191); }

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

<style>
 a { background-color: #95A8BF; }

 a { background-color: rgb(149,168,191); }

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

<style>
 span { border-color: #95A8BF; }

 span { border-color: rgb(149,168,191); }

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