Html Css Color HEX #95A5BF Rock Blue

📋 copy color: '#95A5BF'

red 149 ◦ green 165 ◦ blue 191

#95A5BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock Blue #95A5BF

Tints of Rock Blue #95A5BF

RGB

 RED value IS 149 (58.59% from 255) = 29.5%

 GREEN value IS 165 (64.84% from 255) = 32.67%

 BLUE value IS 191 (75% from 255) = 37.82%

R = 29.5%
G = 32.67%
B = 37.82%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#95A5BF (or 0x95A5BF) is known color: Rock Blue. HEX triplet: 95, A5 and BF. RGB value is (149,165,191). Sum of RGB (Red+Green+Blue) = 149+165+191=505 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.50% from 505); Green value is 165 (64.84% from 255 or 32.67% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 191 - color contains mainly: blue. Hex color #95A5BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A5BF is #6A5A40. Grayscale: #A3A3A3. Windows color (decimal): -6969921 or 12559765. OLE color: 12559765.

HSL color Cylindrical-coordinate representation of color #95A5BF: hue angle of 217.14º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #95A5BF is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 165 191 -
CMYK 0.22 0.14 0 0.25
HSL 217.14º 0.25% 0.67% -
HSV(B) 217.14º 0.22% 0.75% -
XYZ 35.25 37.06 54.59 -
YUV 163.18 143.7 117.89 -
System Red Green Blue C M Y K H S L
Decimal 149 165 191 0.22 0.14 0 0.25 217.14 0.25 0.67
Hex 95 A5 BF 16 E 0 19 D9 19 43
Octal 225 245 277 26 16 0 31 331 31 103
Binary 10010101 10100101 10111111 10110 1110 0 11001 11011001 11001 1000011

Color Harmonies of #95A5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A5BF

Black with #95A5BF

Text Example


Text Example

White with #95A5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,165,191); }

 H1.HeaderClassName
 {
   color: #95A5BF;
 }
 .AnyTagClassName
 {
   color: #95A5BF;
 }
</style>

background-color css

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

 a { background-color: rgb(149,165,191); }

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

border-color css

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

 span { border-color: rgb(149,165,191); }

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