#93CACD

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

Shades of Morning Glory #93CACD

Tints of Morning Glory #93CACD

Color information

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

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

Color convert

RGB147202205-
CMYK0.280.0100.20
HSL183.1º36.71%69.02%-
HSV(B)183.1º28.29%80.39%-
XYZ44.1752.8565.63-
YUV185.9138.78100.26-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1472022050.280.0100.20183.136.7169.02
Hex93CACD1C1014b72545
Octal22331231534102426745105
Binary100100111100101011001101111001010100101101111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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