Html Css Color HEX #98D8B0 Vista Blue

📋 copy color: '#98D8B0'

red 152 ◦ green 216 ◦ blue 176

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

Shades of Vista Blue #98D8B0

Tints of Vista Blue #98D8B0

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.71%

 BLUE value IS 176 (69.14% from 255) = 32.35%

R = 27.94%
G = 39.71%
B = 32.35%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#98D8B0 (or 0x98D8B0) is known color: Vista Blue. HEX triplet: 98, D8 and B0. RGB value is (152,216,176). Sum of RGB (Red+Green+Blue) = 152+216+176=544 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.94% from 544); Green value is 216 (84.77% from 255 or 39.71% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 216 - color contains mainly: green. Hex color #98D8B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D8B0 is #67274F. Grayscale: #C0C0C0. Windows color (decimal): -6760272 or 11589784. OLE color: 11589784.

HSL color Cylindrical-coordinate representation of color #98D8B0: hue angle of 142.5º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98D8B0 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 216 176 -
CMYK 0.30 0 0.19 0.15
HSL 142.5º 0.45% 0.72% -
HSV(B) 142.5º 0.3% 0.85% -
XYZ 45.34 58.92 50.06 -
YUV 192.3 118.8 99.25 -
System Red Green Blue C M Y K H S L
Decimal 152 216 176 0.30 0 0.19 0.15 142.5 0.45 0.72
Hex 98 D8 B0 1E 0 13 F 8E 2D 48
Octal 230 330 260 36 0 23 17 216 55 110
Binary 10011000 11011000 10110000 11110 0 10011 1111 10001110 101101 1001000

Color Harmonies of #98D8B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D8B0

Black with #98D8B0

Text Example


Text Example

White with #98D8B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,216,176); }

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

background-color css

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

 a { background-color: rgb(152,216,176); }

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

border-color css

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

 span { border-color: rgb(152,216,176); }

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