#95A9C2

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

Shades of Rock Blue #95A9C2

Tints of Rock Blue #95A9C2

Color information

#95A9C2 (or 0x95A9C2) is unknown color: approx Rock Blue. HEX triplet: 95, A9 and C2. RGB value is (149,169,194). Sum of RGB (Red+Green+Blue) = 149+169+194=512 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.10% from 512); Green value is 169 (66.41% from 255 or 33.01% from 512); Blue value is 194 (76.17% from 255 or 37.89% from 512); Max value from RGB is 194 - color contains mainly: blue. Hex color #95A9C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A9C2 is #6A563D. Grayscale: #A5A5A5. Windows color (decimal): -6968894 or 12757397. OLE color: 12757397.

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

Color convert

RGB149169194-
CMYK0.230.1300.24
HSL213.33º26.95%67.25%-
HSV(B)213.33º23.2%76.08%-
XYZ36.3238.6656.59-
YUV165.87143.87115.97-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.10%
GREEN value IS 169 (66.41% from 255) = 33.01%
BLUE value IS 194 (76.17% from 255) = 37.89%
R=29.10%
G=33.01%
B=37.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1491691940.230.1300.24213.3326.9567.25
Hex95A9C217D018d51b43
Octal225251302271503032533103
Binary10010101101010011100001010111110101100011010101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A9C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,169,194); }

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

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

 a { background-color: rgb(149,169,194); }

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

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

 span { border-color: rgb(149,169,194); }

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