#93CACC

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

Shades of Morning Glory #93CACC

Tints of Morning Glory #93CACC

Color information

#93CACC (or 0x93CACC) is unknown color: approx Morning Glory. HEX triplet: 93, CA and CC. RGB value is (147,202,204). Sum of RGB (Red+Green+Blue) = 147+202+204=553 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.58% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 204 - color contains mainly: blue. Hex color #93CACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CACC is #6C3533. Grayscale: #B9B9B9. Windows color (decimal): -7091508 or 13421203. OLE color: 13421203.

HSL color Cylindrical-coordinate representation of color #93CACC: hue angle of 182.11º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93CACC is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB147202204-
CMYK0.280.0100.2
HSL182.11º35.85%68.82%-
HSV(B)182.11º27.94%80%-
XYZ44.0552.865-
YUV185.78138.28100.34-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.58%
GREEN value IS 202 (79.30% from 255) = 36.53%
BLUE value IS 204 (80.08% from 255) = 36.89%
R=26.58%
G=36.53%
B=36.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1472022040.280.0100.2182.1135.8568.82
Hex93CACC1C1014b62445
Octal22331231434102426644105
Binary100100111100101011001100111001010100101101101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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