#94A9C3

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

Shades of Rock Blue #94A9C3

Tints of Rock Blue #94A9C3

Color information

#94A9C3 (or 0x94A9C3) is unknown color: approx Rock Blue. HEX triplet: 94, A9 and C3. RGB value is (148,169,195). Sum of RGB (Red+Green+Blue) = 148+169+195=512 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.91% from 512); Green value is 169 (66.41% from 255 or 33.01% from 512); Blue value is 195 (76.56% from 255 or 38.09% from 512); Max value from RGB is 195 - color contains mainly: blue. Hex color #94A9C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A9C3 is #6B563C. Grayscale: #A5A5A5. Windows color (decimal): -7034429 or 12822932. OLE color: 12822932.

HSL color Cylindrical-coordinate representation of color #94A9C3: hue angle of 213.19º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #94A9C3 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB148169195-
CMYK0.240.1300.24
HSL213.19º28.14%67.25%-
HSV(B)213.19º24.1%76.47%-
XYZ36.2538.6157.17-
YUV165.68144.54115.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.91%
GREEN value IS 169 (66.41% from 255) = 33.01%
BLUE value IS 195 (76.56% from 255) = 38.09%
R=28.91%
G=33.01%
B=38.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481691950.240.1300.24213.1928.1467.25
Hex94A9C318D018d51c43
Octal224251303301503032534103
Binary10010100101010011100001111000110101100011010101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A9C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,169,195); }

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

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

 a { background-color: rgb(148,169,195); }

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

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

 span { border-color: rgb(148,169,195); }

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