Html Css Color HEX #98A8C2 Rock Blue

📋 copy color: '#98A8C2'

red 152 ◦ green 168 ◦ blue 194

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

Shades of Rock Blue #98A8C2

Tints of Rock Blue #98A8C2

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.68%

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

R = 29.57%
G = 32.68%
B = 37.74%

CMYK

 C value IS 0.22

 M value IS 0.13

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#98A8C2 (or 0x98A8C2) is known color: Rock Blue. HEX triplet: 98, A8 and C2. RGB value is (152,168,194). Sum of RGB (Red+Green+Blue) = 152+168+194=514 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.57% from 514); Green value is 168 (66.02% from 255 or 32.68% from 514); Blue value is 194 (76.17% from 255 or 37.74% from 514); Max value from RGB is 194 - color contains mainly: blue. Hex color #98A8C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A8C2 is #67573D. Grayscale: #A6A6A6. Windows color (decimal): -6772542 or 12757144. OLE color: 12757144.

HSL color Cylindrical-coordinate representation of color #98A8C2: hue angle of 217.14º 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 #98A8C2 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 152 168 194 -
CMYK 0.22 0.13 0 0.24
HSL 217.14º 0.26% 0.68% -
HSV(B) 217.14º 0.22% 0.76% -
XYZ 36.69 38.58 56.55 -
YUV 166.18 143.7 117.89 -
System Red Green Blue C M Y K H S L
Decimal 152 168 194 0.22 0.13 0 0.24 217.14 0.26 0.68
Hex 98 A8 C2 16 D 0 18 D9 1A 44
Octal 230 250 302 26 15 0 30 331 32 104
Binary 10011000 10101000 11000010 10110 1101 0 11000 11011001 11010 1000100

Color Harmonies of #98A8C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A8C2

Black with #98A8C2

Text Example


Text Example

White with #98A8C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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