#93CFB6

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

Shades of Vista Blue #93CFB6

Tints of Vista Blue #93CFB6

Color information

#93CFB6 (or 0x93CFB6) is unknown color: approx Vista Blue. HEX triplet: 93, CF and B6. RGB value is (147,207,182). Sum of RGB (Red+Green+Blue) = 147+207+182=536 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.43% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 182 (71.48% from 255 or 33.96% from 536); Max value from RGB is 207 - color contains mainly: green. Hex color #93CFB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CFB6 is #6C3049. Grayscale: #BABABA. Windows color (decimal): -7090250 or 11980691. OLE color: 11980691.

HSL color Cylindrical-coordinate representation of color #93CFB6: hue angle of 155º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93CFB6 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB147207182-
CMYK0.2900.120.19
HSL155º38.46%69.41%-
HSV(B)155º28.99%81.18%-
XYZ42.7954.2152.46-
YUV186.21125.62100.03-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.43%
GREEN value IS 207 (81.25% from 255) = 38.62%
BLUE value IS 182 (71.48% from 255) = 33.96%
R=27.43%
G=38.62%
B=33.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1472071820.2900.120.1915538.4669.41
Hex93CFB61D0C139b2645
Octal223317266350142323346105
Binary100100111100111110110110111010110010011100110111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,207,182); }

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

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

 a { background-color: rgb(147,207,182); }

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

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

 span { border-color: rgb(147,207,182); }

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