#93D4CF

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

Shades of Morning Glory #93D4CF

Tints of Morning Glory #93D4CF

Color information

#93D4CF (or 0x93D4CF) is unknown color: approx Morning Glory. HEX triplet: 93, D4 and CF. RGB value is (147,212,207). Sum of RGB (Red+Green+Blue) = 147+212+207=566 (74% of max value = 765). Red value is 147 (57.81% from 255 or 25.97% from 566); Green value is 212 (83.20% from 255 or 37.46% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 212 - color contains mainly: green. Hex color #93D4CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D4CF is #6C2B30. Grayscale: #BFBFBF. Windows color (decimal): -7088945 or 13620371. OLE color: 13620371.

HSL color Cylindrical-coordinate representation of color #93D4CF: hue angle of 175.38º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93D4CF is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB147212207-
CMYK0.3100.020.17
HSL175.38º43.05%70.39%-
HSV(B)175.38º30.66%83.14%-
XYZ46.8457.867.72-
YUV192136.4795.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.97%
GREEN value IS 212 (83.20% from 255) = 37.46%
BLUE value IS 207 (81.25% from 255) = 36.57%
R=25.97%
G=37.46%
B=36.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1472122070.3100.020.17175.3843.0570.39
Hex93D4CF1F0211af2b46
Octal22332431737022125753106
Binary1001001111010100110011111111101010001101011111010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,212,207); }

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

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

 a { background-color: rgb(147,212,207); }

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

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

 span { border-color: rgb(147,212,207); }

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