#93CDCE

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

Shades of Morning Glory #93CDCE

Tints of Morning Glory #93CDCE

Color information

#93CDCE (or 0x93CDCE) is unknown color: approx Morning Glory. HEX triplet: 93, CD and CE. RGB value is (147,205,206). Sum of RGB (Red+Green+Blue) = 147+205+206=558 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.34% from 558); Green value is 205 (80.47% from 255 or 36.74% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 206 - color contains mainly: blue. Hex color #93CDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CDCE is #6C3231. Grayscale: #BBBBBB. Windows color (decimal): -7090738 or 13553043. OLE color: 13553043.

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

Color convert

RGB147205206-
CMYK0.290.0000.19
HSL181.02º37.58%69.22%-
HSV(B)181.02º28.64%80.78%-
XYZ4554.3266.51-
YUV187.77138.2898.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.34%
GREEN value IS 205 (80.47% from 255) = 36.74%
BLUE value IS 206 (80.86% from 255) = 36.92%
R=26.34%
G=36.74%
B=36.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1472052060.290.0000.19181.0237.5869.22
Hex93CDCE1D0013b52645
Octal22331531635002326546105
Binary100100111100110111001110111010010011101101011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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