Html Css Color HEX #98D6BF Vista Blue

📋 copy color: '#98D6BF'

red 152 ◦ green 214 ◦ blue 191

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

Shades of Vista Blue #98D6BF

Tints of Vista Blue #98D6BF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.42%

 BLUE value IS 191 (75% from 255) = 34.29%

R = 27.29%
G = 38.42%
B = 34.29%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#98D6BF (or 0x98D6BF) is known color: Vista Blue. HEX triplet: 98, D6 and BF. RGB value is (152,214,191). Sum of RGB (Red+Green+Blue) = 152+214+191=557 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.29% from 557); Green value is 214 (83.98% from 255 or 38.42% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 214 - color contains mainly: green. Hex color #98D6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D6BF is #672940. Grayscale: #C0C0C0. Windows color (decimal): -6760769 or 12572312. OLE color: 12572312.

HSL color Cylindrical-coordinate representation of color #98D6BF: hue angle of 157.74º degrees, saturation: 0.43, 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 #98D6BF is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 152 214 191 -
CMYK 0.29 0 0.11 0.16
HSL 157.74º 0.43% 0.72% -
HSV(B) 157.74º 0.29% 0.84% -
XYZ 46.4 58.53 58.14 -
YUV 192.84 126.96 98.87 -
System Red Green Blue C M Y K H S L
Decimal 152 214 191 0.29 0 0.11 0.16 157.74 0.43 0.72
Hex 98 D6 BF 1D 0 B 10 9E 2B 48
Octal 230 326 277 35 0 13 20 236 53 110
Binary 10011000 11010110 10111111 11101 0 1011 10000 10011110 101011 1001000

Color Harmonies of #98D6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D6BF

Black with #98D6BF

Text Example


Text Example

White with #98D6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,214,191); }

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

background-color css

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

 a { background-color: rgb(152,214,191); }

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

border-color css

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

 span { border-color: rgb(152,214,191); }

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