Html Css Color HEX #98DCAF Vista Blue

📋 copy color: '#98DCAF'

red 152 ◦ green 220 ◦ blue 175

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

Shades of Vista Blue #98DCAF

Tints of Vista Blue #98DCAF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.22%

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

R = 27.79%
G = 40.22%
B = 31.99%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#98DCAF (or 0x98DCAF) is known color: Vista Blue. HEX triplet: 98, DC and AF. RGB value is (152,220,175). Sum of RGB (Red+Green+Blue) = 152+220+175=547 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.79% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 220 - color contains mainly: green. Hex color #98DCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DCAF is #672350. Grayscale: #C2C2C2. Windows color (decimal): -6759249 or 11525272. OLE color: 11525272.

HSL color Cylindrical-coordinate representation of color #98DCAF: hue angle of 140.29º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98DCAF is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 220 175 -
CMYK 0.31 0 0.20 0.14
HSL 140.29º 0.49% 0.73% -
HSV(B) 140.29º 0.31% 0.86% -
XYZ 46.28 60.96 49.88 -
YUV 194.54 116.97 97.66 -
System Red Green Blue C M Y K H S L
Decimal 152 220 175 0.31 0 0.20 0.14 140.29 0.49 0.73
Hex 98 DC AF 1F 0 14 E 8C 31 49
Octal 230 334 257 37 0 24 16 214 61 111
Binary 10011000 11011100 10101111 11111 0 10100 1110 10001100 110001 1001001

Color Harmonies of #98DCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DCAF

Black with #98DCAF

Text Example


Text Example

White with #98DCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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