#98AAC4

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

Shades of Rock Blue #98AAC4

Tints of Rock Blue #98AAC4

Color information

#98AAC4 (or 0x98AAC4) is unknown color: approx Rock Blue. HEX triplet: 98, AA and C4. RGB value is (152,170,196). Sum of RGB (Red+Green+Blue) = 152+170+196=518 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.34% from 518); Green value is 170 (66.80% from 255 or 32.82% from 518); Blue value is 196 (76.95% from 255 or 37.84% from 518); Max value from RGB is 196 - color contains mainly: blue. Hex color #98AAC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98AAC4 is #67553B. Grayscale: #A7A7A7. Windows color (decimal): -6772028 or 12888728. OLE color: 12888728.

HSL color Cylindrical-coordinate representation of color #98AAC4: hue angle of 215.45º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #98AAC4 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB152170196-
CMYK0.220.1300.23
HSL215.45º27.16%68.24%-
HSV(B)215.45º22.45%76.86%-
XYZ37.2939.4157.87-
YUV167.58144.04116.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.34%
GREEN value IS 170 (66.80% from 255) = 32.82%
BLUE value IS 196 (76.95% from 255) = 37.84%
R=29.34%
G=32.82%
B=37.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1521701960.220.1300.23215.4527.1668.24
Hex98AAC416D017d71b44
Octal230252304261502732733104
Binary10011000101010101100010010110110101011111010111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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