#98AAC0

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

Shades of Rock Blue #98AAC0

Tints of Rock Blue #98AAC0

Color information

#98AAC0 (or 0x98AAC0) is unknown color: approx Rock Blue. HEX triplet: 98, AA and C0. RGB value is (152,170,192). Sum of RGB (Red+Green+Blue) = 152+170+192=514 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.57% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 192 (75.39% from 255 or 37.35% from 514); Max value from RGB is 192 - color contains mainly: blue. Hex color #98AAC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98AAC0 is #67553F. Grayscale: #A7A7A7. Windows color (decimal): -6772032 or 12626584. OLE color: 12626584.

HSL color Cylindrical-coordinate representation of color #98AAC0: hue angle of 213º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #98AAC0 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB152170192-
CMYK0.210.1100.25
HSL213º24.1%67.45%-
HSV(B)213º20.83%75.29%-
XYZ36.8439.2355.5-
YUV167.13142.04117.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.57%
GREEN value IS 170 (66.80% from 255) = 33.07%
BLUE value IS 192 (75.39% from 255) = 37.35%
R=29.57%
G=33.07%
B=37.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521701920.210.1100.2521324.167.45
Hex98AAC015B019d51843
Octal230252300251303132530103
Binary10011000101010101100000010101101101100111010101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98AAC0; }

 p { color: rgb(152,170,192); }

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

<style>
 a { background-color: #98AAC0; }

 a { background-color: rgb(152,170,192); }

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

<style>
 span { border-color: #98AAC0; }

 span { border-color: rgb(152,170,192); }

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