#99A1BE

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

Shades of Rock Blue #99A1BE

Tints of Rock Blue #99A1BE

Color information

#99A1BE (or 0x99A1BE) is unknown color: approx Rock Blue. HEX triplet: 99, A1 and BE. RGB value is (153,161,190). Sum of RGB (Red+Green+Blue) = 153+161+190=504 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.36% from 504); Green value is 161 (63.28% from 255 or 31.94% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 190 - color contains mainly: blue. Hex color #99A1BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A1BE is #665E41. Grayscale: #A1A1A1. Windows color (decimal): -6708802 or 12493209. OLE color: 12493209.

HSL color Cylindrical-coordinate representation of color #99A1BE: hue angle of 227.03º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99A1BE is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB153161190-
CMYK0.190.1500.25
HSL227.03º22.16%67.25%-
HSV(B)227.03º19.47%74.51%-
XYZ35.1835.9853.81-
YUV161.91143.85121.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.36%
GREEN value IS 161 (63.28% from 255) = 31.94%
BLUE value IS 190 (74.61% from 255) = 37.70%
R=30.36%
G=31.94%
B=37.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531611900.190.1500.25227.0322.1667.25
Hex99A1BE13F019e31643
Octal231241276231703134326103
Binary10011001101000011011111010011111101100111100011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99A1BE; }

 p { color: rgb(153,161,190); }

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

<style>
 a { background-color: #99A1BE; }

 a { background-color: rgb(153,161,190); }

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

<style>
 span { border-color: #99A1BE; }

 span { border-color: rgb(153,161,190); }

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