Html Css Color HEX #95A8C3 Rock Blue

📋 copy color: '#95A8C3'

red 149 ◦ green 168 ◦ blue 195

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

Shades of Rock Blue #95A8C3

Tints of Rock Blue #95A8C3

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.81%

 BLUE value IS 195 (76.56% from 255) = 38.09%

R = 29.1%
G = 32.81%
B = 38.09%

CMYK

 C value IS 0.24

 M value IS 0.14

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#95A8C3 (or 0x95A8C3) is known color: Rock Blue. HEX triplet: 95, A8 and C3. RGB value is (149,168,195). Sum of RGB (Red+Green+Blue) = 149+168+195=512 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.10% from 512); Green value is 168 (66.02% from 255 or 32.81% 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 #95A8C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A8C3 is #6A573C. Grayscale: #A5A5A5. Windows color (decimal): -6969149 or 12822677. OLE color: 12822677.

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

Color convert

RGB 149 168 195 -
CMYK 0.24 0.14 0 0.24
HSL 215.22º 0.28% 0.67% -
HSV(B) 215.22º 0.24% 0.76% -
XYZ 36.25 38.33 57.12 -
YUV 165.4 144.71 116.3 -
System Red Green Blue C M Y K H S L
Decimal 149 168 195 0.24 0.14 0 0.24 215.22 0.28 0.67
Hex 95 A8 C3 18 E 0 18 D7 1C 43
Octal 225 250 303 30 16 0 30 327 34 103
Binary 10010101 10101000 11000011 11000 1110 0 11000 11010111 11100 1000011

Color Harmonies of #95A8C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A8C3

Black with #95A8C3

Text Example


Text Example

White with #95A8C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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