#93DBBF

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

Shades of Vista Blue #93DBBF

Tints of Vista Blue #93DBBF

Color information

#93DBBF (or 0x93DBBF) is unknown color: approx Vista Blue. HEX triplet: 93, DB and BF. RGB value is (147,219,191). Sum of RGB (Red+Green+Blue) = 147+219+191=557 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.39% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 219 - color contains mainly: green. Hex color #93DBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DBBF is #6C2440. Grayscale: #C2C2C2. Windows color (decimal): -7087169 or 12573587. OLE color: 12573587.

HSL color Cylindrical-coordinate representation of color #93DBBF: hue angle of 156.67º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DBBF is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB147219191-
CMYK0.3300.130.14
HSL156.67º50%71.76%-
HSV(B)156.67º32.88%85.88%-
XYZ46.7760.6358.53-
YUV194.28126.1594.28-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.39%
GREEN value IS 219 (85.94% from 255) = 39.32%
BLUE value IS 191 (75% from 255) = 34.29%
R=26.39%
G=39.32%
B=34.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1472191910.3300.130.14156.675071.76
Hex93DBBF210DE9d3248
Octal223333277410151623562110
Binary100100111101101110111111100001011011110100111011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,219,191); }

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

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

 a { background-color: rgb(147,219,191); }

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

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

 span { border-color: rgb(147,219,191); }

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