Html Css Color HEX #98AABF Rock Blue

📋 copy color: '#98AABF'

red 152 ◦ green 170 ◦ blue 191

#98AABF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock Blue #98AABF

Tints of Rock Blue #98AABF

RGB

 RED value IS 152 (59.77% from 255) = 29.63%

 GREEN value IS 170 (66.8% from 255) = 33.14%

 BLUE value IS 191 (75% from 255) = 37.23%

R = 29.63%
G = 33.14%
B = 37.23%

CMYK

 C value IS 0.20

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#98AABF (or 0x98AABF) is known color: 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

RGB 152 170 191 -
CMYK 0.20 0.11 0 0.25
HSL 212.31º 0.23% 0.67% -
HSV(B) 212.31º 0.2% 0.75% -
XYZ 36.73 39.19 54.92 -
YUV 167.01 141.54 117.29 -
System Red Green Blue C M Y K H S L
Decimal 152 170 191 0.20 0.11 0 0.25 212.31 0.23 0.67
Hex 98 AA BF 14 B 0 19 D4 17 43
Octal 230 252 277 24 13 0 31 324 27 103
Binary 10011000 10101010 10111111 10100 1011 0 11001 11010100 10111 1000011

Color Harmonies of #98AABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AABF

Black with #98AABF

Text Example


Text Example

White with #98AABF

Text Example


Text Example

HTML Codes & Css Web 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>