#98AABF

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

Shades of Rock Blue #98AABF

Tints of Rock Blue #98AABF

Color information

#98AABF (or 0x98AABF) is unknown color: approx Rock Blue. HEX triplet: 98, AA and BF. RGB value is (152,170,191). Sum of RGB (Red+Green+Blue) = 152+170+191=513 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.63% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 191 - color contains mainly: blue. Hex color #98AABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98AABF is #675540. Grayscale: #A6A6A6. Windows color (decimal): -6772033 or 12561048. OLE color: 12561048.

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

Color convert

RGB152170191-
CMYK0.200.1100.25
HSL212.31º23.35%67.25%-
HSV(B)212.31º20.42%74.9%-
XYZ36.7339.1954.92-
YUV167.01141.54117.29-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.63%
GREEN value IS 170 (66.80% from 255) = 33.14%
BLUE value IS 191 (75% from 255) = 37.23%
R=29.63%
G=33.14%
B=37.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521701910.200.1100.25212.3123.3567.25
Hex98AABF14B019d41743
Octal230252277241303132427103
Binary10011000101010101011111110100101101100111010100101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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