#98E1BC

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

Shades of Vista Blue #98E1BC

Tints of Vista Blue #98E1BC

Color information

#98E1BC (or 0x98E1BC) is unknown color: approx Vista Blue. HEX triplet: 98, E1 and BC. RGB value is (152,225,188). Sum of RGB (Red+Green+Blue) = 152+225+188=565 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.90% from 565); Green value is 225 (88.28% from 255 or 39.82% from 565); Blue value is 188 (73.83% from 255 or 33.27% from 565); Max value from RGB is 225 - color contains mainly: green. Hex color #98E1BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98E1BC is #671E43. Grayscale: #C7C7C7. Windows color (decimal): -6757956 or 12378520. OLE color: 12378520.

HSL color Cylindrical-coordinate representation of color #98E1BC: hue angle of 149.59º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98E1BC is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB152225188-
CMYK0.3200.160.12
HSL149.59º54.89%73.92%-
HSV(B)149.59º32.44%88.24%-
XYZ48.9564.1657.38-
YUV198.96121.8294.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.90%
GREEN value IS 225 (88.28% from 255) = 39.82%
BLUE value IS 188 (73.83% from 255) = 33.27%
R=26.90%
G=39.82%
B=33.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1522251880.3200.160.12149.5954.8973.92
Hex98E1BC20010C96374a
Octal230341274400201422667112
Binary1001100011100001101111001000000100001100100101101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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