#93CFCC

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

Shades of Morning Glory #93CFCC

Tints of Morning Glory #93CFCC

Color information

#93CFCC (or 0x93CFCC) is unknown color: approx Morning Glory. HEX triplet: 93, CF and CC. RGB value is (147,207,204). Sum of RGB (Red+Green+Blue) = 147+207+204=558 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.34% from 558); Green value is 207 (81.25% from 255 or 37.10% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 207 - color contains mainly: green. Hex color #93CFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CFCC is #6C3033. Grayscale: #BCBCBC. Windows color (decimal): -7090228 or 13422483. OLE color: 13422483.

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

Color convert

RGB147207204-
CMYK0.2900.010.19
HSL177º38.46%69.41%-
HSV(B)177º28.99%81.18%-
XYZ45.2455.1965.39-
YUV188.72136.6298.24-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.34%
GREEN value IS 207 (81.25% from 255) = 37.10%
BLUE value IS 204 (80.08% from 255) = 36.56%
R=26.34%
G=37.10%
B=36.56%

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
Decimal1472072040.2900.010.1917738.4669.41
Hex93CFCC1D0113b12645
Octal22331731435012326146105
Binary100100111100111111001100111010110011101100011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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