Html Css Color HEX #9CABBC Rock Blue

📋 copy color: '#9CABBC'

red 156 ◦ green 171 ◦ blue 188

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

Shades of Rock Blue #9CABBC

Tints of Rock Blue #9CABBC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.2%

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

R = 30.29%
G = 33.2%
B = 36.5%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9CABBC (or 0x9CABBC) is known color: Rock Blue. HEX triplet: 9C, AB and BC. RGB value is (156,171,188). Sum of RGB (Red+Green+Blue) = 156+171+188=515 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.29% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 188 - color contains mainly: blue. Hex color #9CABBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CABBC is #635443. Grayscale: #A8A8A8. Windows color (decimal): -6509636 or 12364700. OLE color: 12364700.

HSL color Cylindrical-coordinate representation of color #9CABBC: hue angle of 211.88º 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 #9CABBC is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 156 171 188 -
CMYK 0.17 0.09 0 0.26
HSL 211.88º 0.19% 0.67% -
HSV(B) 211.88º 0.17% 0.74% -
XYZ 37.35 39.82 53.3 -
YUV 168.45 139.03 119.12 -
System Red Green Blue C M Y K H S L
Decimal 156 171 188 0.17 0.09 0 0.26 211.88 0.19 0.67
Hex 9C AB BC 11 9 0 1A D4 13 43
Octal 234 253 274 21 11 0 32 324 23 103
Binary 10011100 10101011 10111100 10001 1001 0 11010 11010100 10011 1000011

Color Harmonies of #9CABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CABBC

Black with #9CABBC

Text Example


Text Example

White with #9CABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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