#9CABBF

Color #9CABBF Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #9CABBF

Tints of Rock Blue #9CABBF

Color information

#9CABBF (or 0x9CABBF) is unknown color: approx Rock Blue. HEX triplet: 9C, AB and BF. RGB value is (156,171,191). Sum of RGB (Red+Green+Blue) = 156+171+191=518 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.12% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 191 - color contains mainly: blue. Hex color #9CABBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CABBF is #635440. Grayscale: #A8A8A8. Windows color (decimal): -6509633 or 12561308. OLE color: 12561308.

HSL color Cylindrical-coordinate representation of color #9CABBF: hue angle of 214.29º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9CABBF is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB156171191-
CMYK0.180.1000.25
HSL214.29º21.47%68.04%-
HSV(B)214.29º18.32%74.9%-
XYZ37.6839.9655.02-
YUV168.8140.53118.87-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.12%
GREEN value IS 171 (67.19% from 255) = 33.01%
BLUE value IS 191 (75% from 255) = 36.87%
R=30.12%
G=33.01%
B=36.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561711910.180.1000.25214.2921.4768.04
Hex9CABBF12A019d61544
Octal234253277221203132625104
Binary10011100101010111011111110010101001100111010110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9CABBF;
 }
 .AnyTagClassName
 {
   color: #9CABBF;
 }
</style>
background-color css

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

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

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

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

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

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