#98F1BC

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

Shades of Vista Blue #98F1BC

Tints of Vista Blue #98F1BC

Color information

#98F1BC (or 0x98F1BC) is unknown color: approx Vista Blue. HEX triplet: 98, F1 and BC. RGB value is (152,241,188). Sum of RGB (Red+Green+Blue) = 152+241+188=581 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.16% from 581); Green value is 241 (94.53% from 255 or 41.48% from 581); Blue value is 188 (73.83% from 255 or 32.36% from 581); Max value from RGB is 241 - color contains mainly: green. Hex color #98F1BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98F1BC is #670E43. Grayscale: #D0D0D0. Windows color (decimal): -6753860 or 12382616. OLE color: 12382616.

HSL color Cylindrical-coordinate representation of color #98F1BC: hue angle of 144.27º 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 #98F1BC is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB152241188-
CMYK0.3700.220.05
HSL144.27º76.07%77.06%-
HSV(B)144.27º36.93%94.51%-
XYZ53.4873.2258.89-
YUV208.35116.5187.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.16%
GREEN value IS 241 (94.53% from 255) = 41.48%
BLUE value IS 188 (73.83% from 255) = 32.36%
R=26.16%
G=41.48%
B=32.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1522411880.3700.220.05144.2776.0777.06
Hex98F1BC250165904c4d
Octal230361274450265220114115
Binary1001100011110001101111001001010101101011001000010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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