#93CFCD

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

Shades of Morning Glory #93CFCD

Tints of Morning Glory #93CFCD

Color information

#93CFCD (or 0x93CFCD) is unknown color: approx Morning Glory. HEX triplet: 93, CF and CD. RGB value is (147,207,205). Sum of RGB (Red+Green+Blue) = 147+207+205=559 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.30% from 559); Green value is 207 (81.25% from 255 or 37.03% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 207 - color contains mainly: green. Hex color #93CFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CFCD is #6C3032. Grayscale: #BCBCBC. Windows color (decimal): -7090227 or 13488019. OLE color: 13488019.

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

Color convert

RGB147207205-
CMYK0.2900.010.19
HSL178º38.46%69.41%-
HSV(B)178º28.99%81.18%-
XYZ45.3655.2466.03-
YUV188.83137.1298.16-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.30%
GREEN value IS 207 (81.25% from 255) = 37.03%
BLUE value IS 205 (80.47% from 255) = 36.67%
R=26.30%
G=37.03%
B=36.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1472072050.2900.010.1917838.4669.41
Hex93CFCD1D0113b22645
Octal22331731535012326246105
Binary100100111100111111001101111010110011101100101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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