#93F8B4

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

Shades of Vista Blue #93F8B4

Tints of Vista Blue #93F8B4

Color information

#93F8B4 (or 0x93F8B4) is unknown color: approx Vista Blue. HEX triplet: 93, F8 and B4. RGB value is (147,248,180). Sum of RGB (Red+Green+Blue) = 147+248+180=575 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.57% from 575); Green value is 248 (97.27% from 255 or 43.13% from 575); Blue value is 180 (70.70% from 255 or 31.30% from 575); Max value from RGB is 248 - color contains mainly: green. Hex color #93F8B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F8B4 is #6C074B. Grayscale: #D2D2D2. Windows color (decimal): -7079756 or 11860115. OLE color: 11860115.

HSL color Cylindrical-coordinate representation of color #93F8B4: hue angle of 139.6º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93F8B4 is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB147248180-
CMYK0.4100.270.03
HSL139.6º87.83%77.45%-
HSV(B)139.6º40.73%97.25%-
XYZ53.8476.6355.13-
YUV210.05111.0483.03-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.57%
GREEN value IS 248 (97.27% from 255) = 43.13%
BLUE value IS 180 (70.70% from 255) = 31.30%
R=25.57%
G=43.13%
B=31.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1472481800.4100.270.03139.687.8377.45
Hex93F8B42901B38c584d
Octal223370264510333214130115
Binary100100111111100010110100101001011011111000110010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,248,180); }

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

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

 a { background-color: rgb(147,248,180); }

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

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

 span { border-color: rgb(147,248,180); }

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