Html Css Color HEX #9CA8BC Rock Blue

📋 copy color: '#9CA8BC'

red 156 ◦ green 168 ◦ blue 188

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

Shades of Rock Blue #9CA8BC

Tints of Rock Blue #9CA8BC

RGB

 RED value IS 156 (61.33% from 255) = 30.47%

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

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

R = 30.47%
G = 32.81%
B = 36.72%

CMYK

 C value IS 0.17

 M value IS 0.11

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9CA8BC (or 0x9CA8BC) is known color: Rock Blue. HEX triplet: 9C, A8 and BC. RGB value is (156,168,188). Sum of RGB (Red+Green+Blue) = 156+168+188=512 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.47% from 512); Green value is 168 (66.02% from 255 or 32.81% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 188 - color contains mainly: blue. Hex color #9CA8BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA8BC is #635743. Grayscale: #A6A6A6. Windows color (decimal): -6510404 or 12363932. OLE color: 12363932.

HSL color Cylindrical-coordinate representation of color #9CA8BC: hue angle of 217.5º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CA8BC is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 156 168 188 -
CMYK 0.17 0.11 0 0.26
HSL 217.5º 0.19% 0.67% -
HSV(B) 217.5º 0.17% 0.74% -
XYZ 36.79 38.7 53.11 -
YUV 166.69 140.02 120.37 -
System Red Green Blue C M Y K H S L
Decimal 156 168 188 0.17 0.11 0 0.26 217.5 0.19 0.67
Hex 9C A8 BC 11 B 0 1A DA 13 43
Octal 234 250 274 21 13 0 32 332 23 103
Binary 10011100 10101000 10111100 10001 1011 0 11010 11011010 10011 1000011

Color Harmonies of #9CA8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA8BC

Black with #9CA8BC

Text Example


Text Example

White with #9CA8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9CA8BC; }

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

 H1.HeaderClassName
 {
   color: #9CA8BC;
 }
 .AnyTagClassName
 {
   color: #9CA8BC;
 }
</style>

background-color css

<style>
 a { background-color: #9CA8BC; }

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

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

border-color css

<style>
 span { border-color: #9CA8BC; }

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

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