#93F0B1

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

Shades of Vista Blue #93F0B1

Tints of Vista Blue #93F0B1

Color information

#93F0B1 (or 0x93F0B1) is unknown color: approx Vista Blue. HEX triplet: 93, F0 and B1. RGB value is (147,240,177). Sum of RGB (Red+Green+Blue) = 147+240+177=564 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.06% from 564); Green value is 240 (94.14% from 255 or 42.55% from 564); Blue value is 177 (69.53% from 255 or 31.38% from 564); Max value from RGB is 240 - color contains mainly: green. Hex color #93F0B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93F0B1 is #6C0F4E. Grayscale: #CDCDCD. Windows color (decimal): -7081807 or 11661459. OLE color: 11661459.

HSL color Cylindrical-coordinate representation of color #93F0B1: hue angle of 139.35º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93F0B1 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB147240177-
CMYK0.3900.260.06
HSL139.35º75.61%75.88%-
HSV(B)139.35º38.75%94.12%-
XYZ51.1371.752.74-
YUV205.01112.1986.62-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.06%
GREEN value IS 240 (94.14% from 255) = 42.55%
BLUE value IS 177 (69.53% from 255) = 31.38%
R=26.06%
G=42.55%
B=31.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1472401770.3900.260.06139.3575.6175.88
Hex93F0B12701A68b4c4c
Octal223360261470326213114114
Binary1001001111110000101100011001110110101101000101110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93F0B1; }

 p { color: rgb(147,240,177); }

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

<style>
 a { background-color: #93F0B1; }

 a { background-color: rgb(147,240,177); }

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

<style>
 span { border-color: #93F0B1; }

 span { border-color: rgb(147,240,177); }

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