#93C3CA

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

Shades of Morning Glory #93C3CA

Tints of Morning Glory #93C3CA

Color information

#93C3CA (or 0x93C3CA) is unknown color: approx Morning Glory. HEX triplet: 93, C3 and CA. RGB value is (147,195,202). Sum of RGB (Red+Green+Blue) = 147+195+202=544 (72% of max value = 765). Red value is 147 (57.81% from 255 or 27.02% from 544); Green value is 195 (76.56% from 255 or 35.85% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 202 - color contains mainly: blue. Hex color #93C3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C3CA is #6C3C35. Grayscale: #B5B5B5. Windows color (decimal): -7093302 or 13288339. OLE color: 13288339.

HSL color Cylindrical-coordinate representation of color #93C3CA: hue angle of 187.64º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93C3CA is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB147195202-
CMYK0.270.0300.21
HSL187.64º34.16%68.43%-
HSV(B)187.64º27.23%79.22%-
XYZ42.2149.563.21-
YUV181.45139.6103.43-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.02%
GREEN value IS 195 (76.56% from 255) = 35.85%
BLUE value IS 202 (79.30% from 255) = 37.13%
R=27.02%
G=35.85%
B=37.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1471952020.270.0300.21187.6434.1668.43
Hex93C3CA1B3015bc2244
Octal22330331233302527442104
Binary1001001111000011110010101101111010101101111001000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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