Html Css Color HEX #95A3C3 Rock Blue

📋 copy color: '#95A3C3'

red 149 ◦ green 163 ◦ blue 195

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

Shades of Rock Blue #95A3C3

Tints of Rock Blue #95A3C3

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.15%

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

R = 29.39%
G = 32.15%
B = 38.46%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#95A3C3 (or 0x95A3C3) is known color: Rock Blue. HEX triplet: 95, A3 and C3. RGB value is (149,163,195). Sum of RGB (Red+Green+Blue) = 149+163+195=507 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.39% from 507); Green value is 163 (64.06% from 255 or 32.15% from 507); Blue value is 195 (76.56% from 255 or 38.46% from 507); Max value from RGB is 195 - color contains mainly: blue. Hex color #95A3C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A3C3 is #6A5C3C. Grayscale: #A2A2A2. Windows color (decimal): -6970429 or 12821397. OLE color: 12821397.

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

Color convert

RGB 149 163 195 -
CMYK 0.24 0.16 0 0.24
HSL 221.74º 0.28% 0.67% -
HSV(B) 221.74º 0.24% 0.76% -
XYZ 35.34 36.52 56.82 -
YUV 162.46 146.36 118.4 -
System Red Green Blue C M Y K H S L
Decimal 149 163 195 0.24 0.16 0 0.24 221.74 0.28 0.67
Hex 95 A3 C3 18 10 0 18 DE 1C 43
Octal 225 243 303 30 20 0 30 336 34 103
Binary 10010101 10100011 11000011 11000 10000 0 11000 11011110 11100 1000011

Color Harmonies of #95A3C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A3C3

Black with #95A3C3

Text Example


Text Example

White with #95A3C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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