Html Css Color HEX #96A8BC Rock Blue

📋 copy color: '#96A8BC'

red 150 ◦ green 168 ◦ blue 188

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

Shades of Rock Blue #96A8BC

Tints of Rock Blue #96A8BC

RGB

 RED value IS 150 (58.98% from 255) = 29.64%

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

 BLUE value IS 188 (73.83% from 255) = 37.15%

R = 29.64%
G = 33.2%
B = 37.15%

CMYK

 C value IS 0.20

 M value IS 0.11

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#96A8BC (or 0x96A8BC) is known color: Rock Blue. HEX triplet: 96, A8 and BC. RGB value is (150,168,188). Sum of RGB (Red+Green+Blue) = 150+168+188=506 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.64% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 188 - color contains mainly: blue. Hex color #96A8BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A8BC is #695743. Grayscale: #A4A4A4. Windows color (decimal): -6903620 or 12363926. OLE color: 12363926.

HSL color Cylindrical-coordinate representation of color #96A8BC: hue angle of 211.58º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96A8BC is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 168 188 -
CMYK 0.20 0.11 0 0.26
HSL 211.58º 0.22% 0.66% -
HSV(B) 211.58º 0.2% 0.74% -
XYZ 35.66 38.12 53.06 -
YUV 164.9 141.04 117.37 -
System Red Green Blue C M Y K H S L
Decimal 150 168 188 0.20 0.11 0 0.26 211.58 0.22 0.66
Hex 96 A8 BC 14 B 0 1A D4 16 42
Octal 226 250 274 24 13 0 32 324 26 102
Binary 10010110 10101000 10111100 10100 1011 0 11010 11010100 10110 1000010

Color Harmonies of #96A8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A8BC

Black with #96A8BC

Text Example


Text Example

White with #96A8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96A8BC; }

 p { color: rgb(150,168,188); }

 H1.HeaderClassName
 {
   color: #96A8BC;
 }
 .AnyTagClassName
 {
   color: #96A8BC;
 }
</style>

background-color css

<style>
 a { background-color: #96A8BC; }

 a { background-color: rgb(150,168,188); }

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

border-color css

<style>
 span { border-color: #96A8BC; }

 span { border-color: rgb(150,168,188); }

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