Html Css Color HEX #98DDBE Vista Blue

📋 copy color: '#98DDBE'

red 152 ◦ green 221 ◦ blue 190

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

Shades of Vista Blue #98DDBE

Tints of Vista Blue #98DDBE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.25%

 BLUE value IS 190 (74.61% from 255) = 33.75%

R = 27%
G = 39.25%
B = 33.75%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#98DDBE (or 0x98DDBE) is known color: Vista Blue. HEX triplet: 98, DD and BE. RGB value is (152,221,190). Sum of RGB (Red+Green+Blue) = 152+221+190=563 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.00% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 221 - color contains mainly: green. Hex color #98DDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DDBE is #672241. Grayscale: #C4C4C4. Windows color (decimal): -6758978 or 12508568. OLE color: 12508568.

HSL color Cylindrical-coordinate representation of color #98DDBE: hue angle of 153.04º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98DDBE is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 221 190 -
CMYK 0.31 0 0.14 0.13
HSL 153.04º 0.5% 0.73% -
HSV(B) 153.04º 0.31% 0.87% -
XYZ 48.1 62.11 58.17 -
YUV 196.84 124.14 96.02 -
System Red Green Blue C M Y K H S L
Decimal 152 221 190 0.31 0 0.14 0.13 153.04 0.5 0.73
Hex 98 DD BE 1F 0 E D 99 32 49
Octal 230 335 276 37 0 16 15 231 62 111
Binary 10011000 11011101 10111110 11111 0 1110 1101 10011001 110010 1001001

Color Harmonies of #98DDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DDBE

Black with #98DDBE

Text Example


Text Example

White with #98DDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,221,190); }

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

background-color css

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

 a { background-color: rgb(152,221,190); }

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

border-color css

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

 span { border-color: rgb(152,221,190); }

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