#95AAC3

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

Shades of Rock Blue #95AAC3

Tints of Rock Blue #95AAC3

Color information

#95AAC3 (or 0x95AAC3) is unknown color: approx Rock Blue. HEX triplet: 95, AA and C3. RGB value is (149,170,195). Sum of RGB (Red+Green+Blue) = 149+170+195=514 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.99% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 195 (76.56% from 255 or 37.94% from 514); Max value from RGB is 195 - color contains mainly: blue. Hex color #95AAC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95AAC3 is #6A553C. Grayscale: #A6A6A6. Windows color (decimal): -6968637 or 12823189. OLE color: 12823189.

HSL color Cylindrical-coordinate representation of color #95AAC3: hue angle of 212.61º 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 #95AAC3 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB149170195-
CMYK0.240.1300.24
HSL212.61º27.71%67.45%-
HSV(B)212.61º23.59%76.47%-
XYZ36.6239.0857.24-
YUV166.57144.04115.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.99%
GREEN value IS 170 (66.80% from 255) = 33.07%
BLUE value IS 195 (76.56% from 255) = 37.94%
R=28.99%
G=33.07%
B=37.94%

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
Decimal1491701950.240.1300.24212.6127.7167.45
Hex95AAC318D018d51c43
Octal225252303301503032534103
Binary10010101101010101100001111000110101100011010101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,170,195); }

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

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

 a { background-color: rgb(149,170,195); }

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

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

 span { border-color: rgb(149,170,195); }

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