#94A1AF

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

Shades of Rock Blue #94A1AF

Tints of Rock Blue #94A1AF

Color information

#94A1AF (or 0x94A1AF) is unknown color: approx Rock Blue. HEX triplet: 94, A1 and AF. RGB value is (148,161,175). Sum of RGB (Red+Green+Blue) = 148+161+175=484 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.58% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 175 - color contains mainly: blue. Hex color #94A1AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A1AF is #6B5E50. Grayscale: #9E9E9E. Windows color (decimal): -7036497 or 11510164. OLE color: 11510164.

HSL color Cylindrical-coordinate representation of color #94A1AF: hue angle of 211.11º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #94A1AF is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB148161175-
CMYK0.150.0800.31
HSL211.11º14.44%63.33%-
HSV(B)211.11º15.43%68.63%-
XYZ32.734.8845.57-
YUV158.71137.19120.36-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.58%
GREEN value IS 161 (63.28% from 255) = 33.26%
BLUE value IS 175 (68.75% from 255) = 36.16%
R=30.58%
G=33.26%
B=36.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481611750.150.0800.31211.1114.4463.33
Hex94A1AFF801Fd3e3f
Octal22424125717100373231677
Binary10010100101000011010111111111000011111110100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,161,175); }

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

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

 a { background-color: rgb(148,161,175); }

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

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

 span { border-color: rgb(148,161,175); }

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