#9CABBE

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

Shades of Rock Blue #9CABBE

Tints of Rock Blue #9CABBE

Color information

#9CABBE (or 0x9CABBE) is unknown color: approx Rock Blue. HEX triplet: 9C, AB and BE. RGB value is (156,171,190). Sum of RGB (Red+Green+Blue) = 156+171+190=517 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.17% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 190 - color contains mainly: blue. Hex color #9CABBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CABBE is #635441. Grayscale: #A8A8A8. Windows color (decimal): -6509634 or 12495772. OLE color: 12495772.

HSL color Cylindrical-coordinate representation of color #9CABBE: hue angle of 213.53º 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 #9CABBE is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB156171190-
CMYK0.180.1000.25
HSL213.53º20.73%67.84%-
HSV(B)213.53º17.89%74.51%-
XYZ37.5739.9154.44-
YUV168.68140.03118.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.17%
GREEN value IS 171 (67.19% from 255) = 33.08%
BLUE value IS 190 (74.61% from 255) = 36.75%
R=30.17%
G=33.08%
B=36.75%

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
Decimal1561711900.180.1000.25213.5320.7367.84
Hex9CABBE12A019d61544
Octal234253276221203132625104
Binary10011100101010111011111010010101001100111010110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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