#98F1B4

Color #98F1B4 Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #98F1B4

Tints of Vista Blue #98F1B4

Color information

#98F1B4 (or 0x98F1B4) is unknown color: approx Vista Blue. HEX triplet: 98, F1 and B4. RGB value is (152,241,180). Sum of RGB (Red+Green+Blue) = 152+241+180=573 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.53% from 573); Green value is 241 (94.53% from 255 or 42.06% from 573); Blue value is 180 (70.70% from 255 or 31.41% from 573); Max value from RGB is 241 - color contains mainly: green. Hex color #98F1B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98F1B4 is #670E4B. Grayscale: #CFCFCF. Windows color (decimal): -6753868 or 11858328. OLE color: 11858328.

HSL color Cylindrical-coordinate representation of color #98F1B4: hue angle of 138.88º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98F1B4 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB152241180-
CMYK0.3700.250.05
HSL138.88º76.07%77.06%-
HSV(B)138.88º36.93%94.51%-
XYZ52.6472.8854.47-
YUV207.44112.5188.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.53%
GREEN value IS 241 (94.53% from 255) = 42.06%
BLUE value IS 180 (70.70% from 255) = 31.41%
R=26.53%
G=42.06%
B=31.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1522411800.3700.250.05138.8876.0777.06
Hex98F1B42501958b4c4d
Octal230361264450315213114115
Binary1001100011110001101101001001010110011011000101110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,241,180); }

 H1.HeaderClassName
 {
   color: #98F1B4;
 }
 .AnyTagClassName
 {
   color: #98F1B4;
 }
</style>
background-color css

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

 a { background-color: rgb(152,241,180); }

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

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

 span { border-color: rgb(152,241,180); }

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