#93D2B8

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

Shades of Vista Blue #93D2B8

Tints of Vista Blue #93D2B8

Color information

#93D2B8 (or 0x93D2B8) is unknown color: approx Vista Blue. HEX triplet: 93, D2 and B8. RGB value is (147,210,184). Sum of RGB (Red+Green+Blue) = 147+210+184=541 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.17% from 541); Green value is 210 (82.42% from 255 or 38.82% from 541); Blue value is 184 (72.27% from 255 or 34.01% from 541); Max value from RGB is 210 - color contains mainly: green. Hex color #93D2B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D2B8 is #6C2D47. Grayscale: #BCBCBC. Windows color (decimal): -7089480 or 12112531. OLE color: 12112531.

HSL color Cylindrical-coordinate representation of color #93D2B8: hue angle of 155.24º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93D2B8 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB147210184-
CMYK0.3000.120.18
HSL155.24º41.18%70%-
HSV(B)155.24º30%82.35%-
XYZ43.7355.7653.8-
YUV188.2125.6398.61-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.17%
GREEN value IS 210 (82.42% from 255) = 38.82%
BLUE value IS 184 (72.27% from 255) = 34.01%
R=27.17%
G=38.82%
B=34.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1472101840.3000.120.18155.2441.1870
Hex93D2B81E0C129b2946
Octal223322270360142223351106
Binary100100111101001010111000111100110010010100110111010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D2B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,210,184); }

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

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

 a { background-color: rgb(147,210,184); }

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

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

 span { border-color: rgb(147,210,184); }

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