Html Css Color HEX #98DDBD Vista Blue

📋 copy color: '#98DDBD'

red 152 ◦ green 221 ◦ blue 189

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

Shades of Vista Blue #98DDBD

Tints of Vista Blue #98DDBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 33.63%

R = 27.05%
G = 39.32%
B = 33.63%

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

#98DDBD (or 0x98DDBD) is known color: Vista Blue. HEX triplet: 98, DD and BD. RGB value is (152,221,189). Sum of RGB (Red+Green+Blue) = 152+221+189=562 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.05% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 221 - color contains mainly: green. Hex color #98DDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DDBD is #672242. Grayscale: #C4C4C4. Windows color (decimal): -6758979 or 12443032. OLE color: 12443032.

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

Color convert

RGB 152 221 189 -
CMYK 0.31 0 0.14 0.13
HSL 152.17º 0.5% 0.73% -
HSV(B) 152.17º 0.31% 0.87% -
XYZ 47.99 62.06 57.59 -
YUV 196.72 123.64 96.1 -
System Red Green Blue C M Y K H S L
Decimal 152 221 189 0.31 0 0.14 0.13 152.17 0.5 0.73
Hex 98 DD BD 1F 0 E D 98 32 49
Octal 230 335 275 37 0 16 15 230 62 111
Binary 10011000 11011101 10111101 11111 0 1110 1101 10011000 110010 1001001

Color Harmonies of #98DDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DDBD

Black with #98DDBD

Text Example


Text Example

White with #98DDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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