Html Css Color HEX #98A6C2 Rock Blue

📋 copy color: '#98A6C2'

red 152 ◦ green 166 ◦ blue 194

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

Shades of Rock Blue #98A6C2

Tints of Rock Blue #98A6C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.89%

R = 29.69%
G = 32.42%
B = 37.89%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#98A6C2 (or 0x98A6C2) is known color: Rock Blue. HEX triplet: 98, A6 and C2. RGB value is (152,166,194). Sum of RGB (Red+Green+Blue) = 152+166+194=512 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.69% from 512); Green value is 166 (65.23% from 255 or 32.42% from 512); Blue value is 194 (76.17% from 255 or 37.89% from 512); Max value from RGB is 194 - color contains mainly: blue. Hex color #98A6C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A6C2 is #67593D. Grayscale: #A4A4A4. Windows color (decimal): -6773054 or 12756632. OLE color: 12756632.

HSL color Cylindrical-coordinate representation of color #98A6C2: hue angle of 220º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #98A6C2 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 152 166 194 -
CMYK 0.22 0.14 0 0.24
HSL 220º 0.26% 0.68% -
HSV(B) 220º 0.22% 0.76% -
XYZ 36.32 37.84 56.43 -
YUV 165.01 144.36 118.72 -
System Red Green Blue C M Y K H S L
Decimal 152 166 194 0.22 0.14 0 0.24 220 0.26 0.68
Hex 98 A6 C2 16 E 0 18 DC 1A 44
Octal 230 246 302 26 16 0 30 334 32 104
Binary 10011000 10100110 11000010 10110 1110 0 11000 11011100 11010 1000100

Color Harmonies of #98A6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A6C2

Black with #98A6C2

Text Example


Text Example

White with #98A6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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