Html Css Color HEX #98A6BC Rock Blue

📋 copy color: '#98A6BC'

red 152 ◦ green 166 ◦ blue 188

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

Shades of Rock Blue #98A6BC

Tints of Rock Blue #98A6BC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.81%

 BLUE value IS 188 (73.83% from 255) = 37.15%

R = 30.04%
G = 32.81%
B = 37.15%

CMYK

 C value IS 0.19

 M value IS 0.12

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#98A6BC (or 0x98A6BC) is known color: Rock Blue. HEX triplet: 98, A6 and BC. RGB value is (152,166,188). Sum of RGB (Red+Green+Blue) = 152+166+188=506 (67% of max value = 765). Red value is 152 (59.77% from 255 or 30.04% from 506); Green value is 166 (65.23% from 255 or 32.81% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 188 - color contains mainly: blue. Hex color #98A6BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A6BC is #675943. Grayscale: #A4A4A4. Windows color (decimal): -6773060 or 12363416. OLE color: 12363416.

HSL color Cylindrical-coordinate representation of color #98A6BC: hue angle of 216.67º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #98A6BC is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 166 188 -
CMYK 0.19 0.12 0 0.26
HSL 216.67º 0.21% 0.67% -
HSV(B) 216.67º 0.19% 0.74% -
XYZ 35.66 37.58 52.95 -
YUV 164.32 141.36 119.21 -
System Red Green Blue C M Y K H S L
Decimal 152 166 188 0.19 0.12 0 0.26 216.67 0.21 0.67
Hex 98 A6 BC 13 C 0 1A D9 15 43
Octal 230 246 274 23 14 0 32 331 25 103
Binary 10011000 10100110 10111100 10011 1100 0 11010 11011001 10101 1000011

Color Harmonies of #98A6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A6BC

Black with #98A6BC

Text Example


Text Example

White with #98A6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,166,188); }

 H1.HeaderClassName
 {
   color: #98A6BC;
 }
 .AnyTagClassName
 {
   color: #98A6BC;
 }
</style>

background-color css

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

 a { background-color: rgb(152,166,188); }

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

border-color css

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

 span { border-color: rgb(152,166,188); }

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