Html Css Color HEX #98D5B3 Vista Blue

📋 copy color: '#98D5B3'

red 152 ◦ green 213 ◦ blue 179

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

Shades of Vista Blue #98D5B3

Tints of Vista Blue #98D5B3

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.15%

 BLUE value IS 179 (70.31% from 255) = 32.9%

R = 27.94%
G = 39.15%
B = 32.9%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#98D5B3 (or 0x98D5B3) is known color: Vista Blue. HEX triplet: 98, D5 and B3. RGB value is (152,213,179). Sum of RGB (Red+Green+Blue) = 152+213+179=544 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.94% from 544); Green value is 213 (83.59% from 255 or 39.15% from 544); Blue value is 179 (70.31% from 255 or 32.90% from 544); Max value from RGB is 213 - color contains mainly: green. Hex color #98D5B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D5B3 is #672A4C. Grayscale: #BEBEBE. Windows color (decimal): -6761037 or 11785624. OLE color: 11785624.

HSL color Cylindrical-coordinate representation of color #98D5B3: hue angle of 146.56º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98D5B3 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 152 213 179 -
CMYK 0.29 0 0.16 0.16
HSL 146.56º 0.42% 0.72% -
HSV(B) 146.56º 0.29% 0.84% -
XYZ 44.88 57.52 51.38 -
YUV 190.89 121.29 100.26 -
System Red Green Blue C M Y K H S L
Decimal 152 213 179 0.29 0 0.16 0.16 146.56 0.42 0.72
Hex 98 D5 B3 1D 0 10 10 93 2A 48
Octal 230 325 263 35 0 20 20 223 52 110
Binary 10011000 11010101 10110011 11101 0 10000 10000 10010011 101010 1001000

Color Harmonies of #98D5B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D5B3

Black with #98D5B3

Text Example


Text Example

White with #98D5B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,213,179); }

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

background-color css

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

 a { background-color: rgb(152,213,179); }

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

border-color css

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

 span { border-color: rgb(152,213,179); }

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