Html Css Color HEX #98C5AB Vista Blue

📋 copy color: '#98C5AB'

red 152 ◦ green 197 ◦ blue 171

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

Shades of Vista Blue #98C5AB

Tints of Vista Blue #98C5AB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.88%

 BLUE value IS 171 (67.19% from 255) = 32.88%

R = 29.23%
G = 37.88%
B = 32.88%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#98C5AB (or 0x98C5AB) is known color: Vista Blue. HEX triplet: 98, C5 and AB. RGB value is (152,197,171). Sum of RGB (Red+Green+Blue) = 152+197+171=520 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.23% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 197 - color contains mainly: green. Hex color #98C5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C5AB is #673A54. Grayscale: #B4B4B4. Windows color (decimal): -6765141 or 11257240. OLE color: 11257240.

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

Color convert

RGB 152 197 171 -
CMYK 0.23 0 0.13 0.23
HSL 145.33º 0.28% 0.68% -
HSV(B) 145.33º 0.23% 0.77% -
XYZ 40.27 49.55 45.97 -
YUV 180.58 122.59 107.61 -
System Red Green Blue C M Y K H S L
Decimal 152 197 171 0.23 0 0.13 0.23 145.33 0.28 0.68
Hex 98 C5 AB 17 0 D 17 91 1C 44
Octal 230 305 253 27 0 15 27 221 34 104
Binary 10011000 11000101 10101011 10111 0 1101 10111 10010001 11100 1000100

Color Harmonies of #98C5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C5AB

Black with #98C5AB

Text Example


Text Example

White with #98C5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,197,171); }

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

background-color css

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

 a { background-color: rgb(152,197,171); }

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

border-color css

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

 span { border-color: rgb(152,197,171); }

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