#93CFCF

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

Shades of Morning Glory #93CFCF

Tints of Morning Glory #93CFCF

Color information

#93CFCF (or 0x93CFCF) is unknown color: approx Morning Glory. HEX triplet: 93, CF and CF. RGB value is (147,207,207). Sum of RGB (Red+Green+Blue) = 147+207+207=561 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.20% from 561); Green value is 207 (81.25% from 255 or 36.90% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #93CFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CFCF is #6C3030. Grayscale: #BDBDBD. Windows color (decimal): -7090225 or 13619091. OLE color: 13619091.

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

Color convert

RGB147207207-
CMYK0.29000.19
HSL180º38.46%69.41%-
HSV(B)180º28.99%81.18%-
XYZ45.6155.3367.31-
YUV189.06138.1298-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.20%
GREEN value IS 207 (81.25% from 255) = 36.90%
BLUE value IS 207 (81.25% from 255) = 36.90%
R=26.20%
G=36.90%
B=36.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1472072070.29000.1918038.4669.41
Hex93CFCF1D0013b42645
Octal22331731735002326446105
Binary100100111100111111001111111010010011101101001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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