#93CFB9

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

Shades of Vista Blue #93CFB9

Tints of Vista Blue #93CFB9

Color information

#93CFB9 (or 0x93CFB9) is unknown color: approx Vista Blue. HEX triplet: 93, CF and B9. RGB value is (147,207,185). Sum of RGB (Red+Green+Blue) = 147+207+185=539 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.27% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 185 (72.66% from 255 or 34.32% from 539); Max value from RGB is 207 - color contains mainly: green. Hex color #93CFB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CFB9 is #6C3046. Grayscale: #BABABA. Windows color (decimal): -7090247 or 12177299. OLE color: 12177299.

HSL color Cylindrical-coordinate representation of color #93CFB9: hue angle of 158º 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 #93CFB9 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB147207185-
CMYK0.2900.110.19
HSL158º38.46%69.41%-
HSV(B)158º28.99%81.18%-
XYZ43.154.3354.11-
YUV186.55127.1299.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.27%
GREEN value IS 207 (81.25% from 255) = 38.40%
BLUE value IS 185 (72.66% from 255) = 34.32%
R=27.27%
G=38.40%
B=34.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1472071850.2900.110.1915838.4669.41
Hex93CFB91D0B139e2645
Octal223317271350132323646105
Binary100100111100111110111001111010101110011100111101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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