#93C8CF

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

Shades of Morning Glory #93C8CF

Tints of Morning Glory #93C8CF

Color information

#93C8CF (or 0x93C8CF) is unknown color: approx Morning Glory. HEX triplet: 93, C8 and CF. RGB value is (147,200,207). Sum of RGB (Red+Green+Blue) = 147+200+207=554 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.53% from 554); Green value is 200 (78.52% from 255 or 36.10% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 207 - color contains mainly: blue. Hex color #93C8CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C8CF is #6C3730. Grayscale: #B8B8B8. Windows color (decimal): -7092017 or 13617299. OLE color: 13617299.

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

Color convert

RGB147200207-
CMYK0.290.0300.19
HSL187º38.46%69.41%-
HSV(B)187º28.99%81.18%-
XYZ43.9552.0266.76-
YUV184.95140.44100.93-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.53%
GREEN value IS 200 (78.52% from 255) = 36.10%
BLUE value IS 207 (81.25% from 255) = 37.36%
R=26.53%
G=36.10%
B=37.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1472002070.290.0300.1918738.4669.41
Hex93C8CF1D3013bb2645
Octal22331031735302327346105
Binary1001001111001000110011111110111010011101110111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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