Html Css Color HEX #98D5BD Vista Blue

📋 copy color: '#98D5BD'

red 152 ◦ green 213 ◦ blue 189

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

Shades of Vista Blue #98D5BD

Tints of Vista Blue #98D5BD

RGB

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

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

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

R = 27.44%
G = 38.45%
B = 34.12%

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

#98D5BD (or 0x98D5BD) is known color: Vista Blue. HEX triplet: 98, D5 and BD. RGB value is (152,213,189). Sum of RGB (Red+Green+Blue) = 152+213+189=554 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.44% from 554); Green value is 213 (83.59% from 255 or 38.45% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 213 - color contains mainly: green. Hex color #98D5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D5BD is #672A42. Grayscale: #C0C0C0. Windows color (decimal): -6761027 or 12440984. OLE color: 12440984.

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

Color convert

RGB 152 213 189 -
CMYK 0.29 0 0.11 0.16
HSL 156.39º 0.42% 0.72% -
HSV(B) 156.39º 0.29% 0.84% -
XYZ 45.93 57.94 56.91 -
YUV 192.03 126.29 99.45 -
System Red Green Blue C M Y K H S L
Decimal 152 213 189 0.29 0 0.11 0.16 156.39 0.42 0.72
Hex 98 D5 BD 1D 0 B 10 9C 2A 48
Octal 230 325 275 35 0 13 20 234 52 110
Binary 10011000 11010101 10111101 11101 0 1011 10000 10011100 101010 1001000

Color Harmonies of #98D5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D5BD

Black with #98D5BD

Text Example


Text Example

White with #98D5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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