Html Css Color HEX #98D5BB Vista Blue

📋 copy color: '#98D5BB'

red 152 ◦ green 213 ◦ blue 187

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

Shades of Vista Blue #98D5BB

Tints of Vista Blue #98D5BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.88%

R = 27.54%
G = 38.59%
B = 33.88%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#98D5BB (or 0x98D5BB) is known color: Vista Blue. HEX triplet: 98, D5 and BB. RGB value is (152,213,187). Sum of RGB (Red+Green+Blue) = 152+213+187=552 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.54% from 552); Green value is 213 (83.59% from 255 or 38.59% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 213 - color contains mainly: green. Hex color #98D5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D5BB is #672A44. Grayscale: #BFBFBF. Windows color (decimal): -6761029 or 12309912. OLE color: 12309912.

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

Color convert

RGB 152 213 187 -
CMYK 0.29 0 0.12 0.16
HSL 154.43º 0.42% 0.72% -
HSV(B) 154.43º 0.29% 0.84% -
XYZ 45.71 57.85 55.77 -
YUV 191.8 125.29 99.61 -
System Red Green Blue C M Y K H S L
Decimal 152 213 187 0.29 0 0.12 0.16 154.43 0.42 0.72
Hex 98 D5 BB 1D 0 C 10 9A 2A 48
Octal 230 325 273 35 0 14 20 232 52 110
Binary 10011000 11010101 10111011 11101 0 1100 10000 10011010 101010 1001000

Color Harmonies of #98D5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D5BB

Black with #98D5BB

Text Example


Text Example

White with #98D5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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