Html Css Color HEX #98D6BC Vista Blue

📋 copy color: '#98D6BC'

red 152 ◦ green 214 ◦ blue 188

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

Shades of Vista Blue #98D6BC

Tints of Vista Blue #98D6BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.94%

R = 27.44%
G = 38.63%
B = 33.94%

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

#98D6BC (or 0x98D6BC) is known color: Vista Blue. HEX triplet: 98, D6 and BC. RGB value is (152,214,188). Sum of RGB (Red+Green+Blue) = 152+214+188=554 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.44% from 554); Green value is 214 (83.98% from 255 or 38.63% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 214 - color contains mainly: green. Hex color #98D6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D6BC is #672943. Grayscale: #C0C0C0. Windows color (decimal): -6760772 or 12375704. OLE color: 12375704.

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

Color convert

RGB 152 214 188 -
CMYK 0.29 0 0.12 0.16
HSL 154.84º 0.43% 0.72% -
HSV(B) 154.84º 0.29% 0.84% -
XYZ 46.07 58.4 56.42 -
YUV 192.5 125.46 99.11 -
System Red Green Blue C M Y K H S L
Decimal 152 214 188 0.29 0 0.12 0.16 154.84 0.43 0.72
Hex 98 D6 BC 1D 0 C 10 9B 2B 48
Octal 230 326 274 35 0 14 20 233 53 110
Binary 10011000 11010110 10111100 11101 0 1100 10000 10011011 101011 1001000

Color Harmonies of #98D6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D6BC

Black with #98D6BC

Text Example


Text Example

White with #98D6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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