Html Css Color HEX #98D5B2 Vista Blue

📋 copy color: '#98D5B2'

red 152 ◦ green 213 ◦ blue 178

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

Shades of Vista Blue #98D5B2

Tints of Vista Blue #98D5B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.78%

R = 27.99%
G = 39.23%
B = 32.78%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#98D5B2 (or 0x98D5B2) is known color: Vista Blue. HEX triplet: 98, D5 and B2. RGB value is (152,213,178). Sum of RGB (Red+Green+Blue) = 152+213+178=543 (71% of max value = 765). Red value is 152 (59.77% from 255 or 27.99% from 543); Green value is 213 (83.59% from 255 or 39.23% from 543); Blue value is 178 (69.92% from 255 or 32.78% from 543); Max value from RGB is 213 - color contains mainly: green. Hex color #98D5B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D5B2 is #672A4D. Grayscale: #BEBEBE. Windows color (decimal): -6761038 or 11720088. OLE color: 11720088.

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

Color convert

RGB 152 213 178 -
CMYK 0.29 0 0.16 0.16
HSL 145.57º 0.42% 0.72% -
HSV(B) 145.57º 0.29% 0.84% -
XYZ 44.78 57.48 50.85 -
YUV 190.77 120.79 100.35 -
System Red Green Blue C M Y K H S L
Decimal 152 213 178 0.29 0 0.16 0.16 145.57 0.42 0.72
Hex 98 D5 B2 1D 0 10 10 92 2A 48
Octal 230 325 262 35 0 20 20 222 52 110
Binary 10011000 11010101 10110010 11101 0 10000 10000 10010010 101010 1001000

Color Harmonies of #98D5B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D5B2

Black with #98D5B2

Text Example


Text Example

White with #98D5B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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