#93CDCA

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

Shades of Morning Glory #93CDCA

Tints of Morning Glory #93CDCA

Color information

#93CDCA (or 0x93CDCA) is unknown color: approx Morning Glory. HEX triplet: 93, CD and CA. RGB value is (147,205,202). Sum of RGB (Red+Green+Blue) = 147+205+202=554 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.53% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 205 - color contains mainly: green. Hex color #93CDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CDCA is #6C3235. Grayscale: #BBBBBB. Windows color (decimal): -7090742 or 13290899. OLE color: 13290899.

HSL color Cylindrical-coordinate representation of color #93CDCA: hue angle of 176.9º degrees, saturation: 0.37, 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 #93CDCA is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB147205202-
CMYK0.2800.010.20
HSL176.9º36.71%69.02%-
HSV(B)176.9º28.29%80.39%-
XYZ44.5254.1363.98-
YUV187.32136.2899.24-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.53%
GREEN value IS 205 (80.47% from 255) = 37.00%
BLUE value IS 202 (79.30% from 255) = 36.46%
R=26.53%
G=37.00%
B=36.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1472052020.2800.010.20176.936.7169.02
Hex93CDCA1C0114b12545
Octal22331531234012426145105
Binary100100111100110111001010111000110100101100011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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