#93DBBB

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

Shades of Vista Blue #93DBBB

Tints of Vista Blue #93DBBB

Color information

#93DBBB (or 0x93DBBB) is unknown color: approx Vista Blue. HEX triplet: 93, DB and BB. RGB value is (147,219,187). Sum of RGB (Red+Green+Blue) = 147+219+187=553 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.58% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 219 - color contains mainly: green. Hex color #93DBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DBBB is #6C2444. Grayscale: #C1C1C1. Windows color (decimal): -7087173 or 12311443. OLE color: 12311443.

HSL color Cylindrical-coordinate representation of color #93DBBB: hue angle of 153.33º 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 #93DBBB is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB147219187-
CMYK0.3300.150.14
HSL153.33º50%71.76%-
HSV(B)153.33º32.88%85.88%-
XYZ46.3360.4556.24-
YUV193.82124.1594.6-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.58%
GREEN value IS 219 (85.94% from 255) = 39.60%
BLUE value IS 187 (73.44% from 255) = 33.82%
R=26.58%
G=39.60%
B=33.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1472191870.3300.150.14153.335071.76
Hex93DBBB210FE993248
Octal223333273410171623162110
Binary100100111101101110111011100001011111110100110011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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