#93BFC5

Color #93BFC5 Morning Glory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morning Glory #93BFC5

Tints of Morning Glory #93BFC5

Color information

#93BFC5 (or 0x93BFC5) is unknown color: approx Morning Glory. HEX triplet: 93, BF and C5. RGB value is (147,191,197). Sum of RGB (Red+Green+Blue) = 147+191+197=535 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.48% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 197 (77.34% from 255 or 36.82% from 535); Max value from RGB is 197 - color contains mainly: blue. Hex color #93BFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BFC5 is #6C403A. Grayscale: #B2B2B2. Windows color (decimal): -7094331 or 12959635. OLE color: 12959635.

HSL color Cylindrical-coordinate representation of color #93BFC5: hue angle of 187.2º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #93BFC5 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB147191197-
CMYK0.250.0300.23
HSL187.2º30.12%67.45%-
HSV(B)187.2º25.38%77.25%-
XYZ40.7447.559.84-
YUV178.53138.42105.51-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.48%
GREEN value IS 191 (75% from 255) = 35.70%
BLUE value IS 197 (77.34% from 255) = 36.82%
R=27.48%
G=35.70%
B=36.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1471911970.250.0300.23187.230.1267.45
Hex93BFC5193017bb1e43
Octal22327730531302727336103
Binary100100111011111111000101110011101011110111011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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