#93F1BB

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

Shades of Vista Blue #93F1BB

Tints of Vista Blue #93F1BB

Color information

#93F1BB (or 0x93F1BB) is unknown color: approx Vista Blue. HEX triplet: 93, F1 and BB. RGB value is (147,241,187). Sum of RGB (Red+Green+Blue) = 147+241+187=575 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.57% from 575); Green value is 241 (94.53% from 255 or 41.91% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 241 - color contains mainly: green. Hex color #93F1BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F1BB is #6C0E44. Grayscale: #CECECE. Windows color (decimal): -7081541 or 12317075. OLE color: 12317075.

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

Color convert

RGB147241187-
CMYK0.3900.220.05
HSL145.53º77.05%76.08%-
HSV(B)145.53º39%94.51%-
XYZ52.4672.758.28-
YUV206.74116.8685.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.57%
GREEN value IS 241 (94.53% from 255) = 41.91%
BLUE value IS 187 (73.44% from 255) = 32.52%
R=25.57%
G=41.91%
B=32.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1472411870.3900.220.05145.5377.0576.08
Hex93F1BB270165924d4c
Octal223361273470265222115114
Binary1001001111110001101110111001110101101011001001010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,241,187); }

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

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

 a { background-color: rgb(147,241,187); }

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

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

 span { border-color: rgb(147,241,187); }

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