Html Css Color HEX #98DFAF Vista Blue

📋 copy color: '#98DFAF'

red 152 ◦ green 223 ◦ blue 175

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

Shades of Vista Blue #98DFAF

Tints of Vista Blue #98DFAF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.55%

 BLUE value IS 175 (68.75% from 255) = 31.82%

R = 27.64%
G = 40.55%
B = 31.82%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#98DFAF (or 0x98DFAF) is known color: Vista Blue. HEX triplet: 98, DF and AF. RGB value is (152,223,175). Sum of RGB (Red+Green+Blue) = 152+223+175=550 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.64% from 550); Green value is 223 (87.5% from 255 or 40.55% from 550); Blue value is 175 (68.75% from 255 or 31.82% from 550); Max value from RGB is 223 - color contains mainly: green. Hex color #98DFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DFAF is #672050. Grayscale: #C4C4C4. Windows color (decimal): -6758481 or 11526040. OLE color: 11526040.

HSL color Cylindrical-coordinate representation of color #98DFAF: hue angle of 139.44º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98DFAF is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 223 175 -
CMYK 0.32 0 0.22 0.13
HSL 139.44º 0.53% 0.74% -
HSV(B) 139.44º 0.32% 0.87% -
XYZ 47.07 62.55 50.15 -
YUV 196.3 115.98 96.4 -
System Red Green Blue C M Y K H S L
Decimal 152 223 175 0.32 0 0.22 0.13 139.44 0.53 0.74
Hex 98 DF AF 20 0 16 D 8B 35 4A
Octal 230 337 257 40 0 26 15 213 65 112
Binary 10011000 11011111 10101111 100000 0 10110 1101 10001011 110101 1001010

Color Harmonies of #98DFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DFAF

Black with #98DFAF

Text Example


Text Example

White with #98DFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,223,175); }

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

background-color css

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

 a { background-color: rgb(152,223,175); }

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

border-color css

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

 span { border-color: rgb(152,223,175); }

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