#94A8BF

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

Shades of Rock Blue #94A8BF

Tints of Rock Blue #94A8BF

Color information

#94A8BF (or 0x94A8BF) is unknown color: approx Rock Blue. HEX triplet: 94, A8 and BF. RGB value is (148,168,191). Sum of RGB (Red+Green+Blue) = 148+168+191=507 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.19% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 191 - color contains mainly: blue. Hex color #94A8BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A8BF is #6B5740. Grayscale: #A4A4A4. Windows color (decimal): -7034689 or 12560532. OLE color: 12560532.

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

Color convert

RGB148168191-
CMYK0.230.1200.25
HSL212.09º25.15%66.47%-
HSV(B)212.09º22.51%74.9%-
XYZ35.6238.0654.76-
YUV164.64142.87116.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.19%
GREEN value IS 168 (66.02% from 255) = 33.14%
BLUE value IS 191 (75% from 255) = 37.67%
R=29.19%
G=33.14%
B=37.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481681910.230.1200.25212.0925.1566.47
Hex94A8BF17C019d41942
Octal224250277271403132431102
Binary10010100101010001011111110111110001100111010100110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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