#93CDD4

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

Shades of Morning Glory #93CDD4

Tints of Morning Glory #93CDD4

Color information

#93CDD4 (or 0x93CDD4) is unknown color: approx Morning Glory. HEX triplet: 93, CD and D4. RGB value is (147,205,212). Sum of RGB (Red+Green+Blue) = 147+205+212=564 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.06% from 564); Green value is 205 (80.47% from 255 or 36.35% from 564); Blue value is 212 (83.20% from 255 or 37.59% from 564); Max value from RGB is 212 - color contains mainly: blue. Hex color #93CDD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CDD4 is #6C322B. Grayscale: #BCBCBC. Windows color (decimal): -7090732 or 13946259. OLE color: 13946259.

HSL color Cylindrical-coordinate representation of color #93CDD4: hue angle of 186.46º 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 #93CDD4 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB147205212-
CMYK0.310.0300.17
HSL186.46º43.05%70.39%-
HSV(B)186.46º30.66%83.14%-
XYZ45.7554.6270.42-
YUV188.46141.2898.43-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.06%
GREEN value IS 205 (80.47% from 255) = 36.35%
BLUE value IS 212 (83.20% from 255) = 37.59%
R=26.06%
G=36.35%
B=37.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1472052120.310.0300.17186.4643.0570.39
Hex93CDD41F3011ba2b46
Octal22331532437302127253106
Binary1001001111001101110101001111111010001101110101010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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