#9CAABE

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

Shades of Rock Blue #9CAABE

Tints of Rock Blue #9CAABE

Color information

#9CAABE (or 0x9CAABE) is unknown color: approx Rock Blue. HEX triplet: 9C, AA and BE. RGB value is (156,170,190). Sum of RGB (Red+Green+Blue) = 156+170+190=516 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.23% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 190 - color contains mainly: blue. Hex color #9CAABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CAABE is #635541. Grayscale: #A8A8A8. Windows color (decimal): -6509890 or 12495516. OLE color: 12495516.

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

Color convert

RGB156170190-
CMYK0.180.1100.25
HSL215.29º20.73%67.84%-
HSV(B)215.29º17.89%74.51%-
XYZ37.3839.5454.38-
YUV168.09140.36119.37-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.23%
GREEN value IS 170 (66.80% from 255) = 32.95%
BLUE value IS 190 (74.61% from 255) = 36.82%
R=30.23%
G=32.95%
B=36.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561701900.180.1100.25215.2920.7367.84
Hex9CAABE12B019d71544
Octal234252276221303132725104
Binary10011100101010101011111010010101101100111010111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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