#94CED5

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

Shades of Morning Glory #94CED5

Tints of Morning Glory #94CED5

Color information

#94CED5 (or 0x94CED5) is unknown color: approx Morning Glory. HEX triplet: 94, CE and D5. RGB value is (148,206,213). Sum of RGB (Red+Green+Blue) = 148+206+213=567 (75% of max value = 765). Red value is 148 (58.20% from 255 or 26.10% from 567); Green value is 206 (80.86% from 255 or 36.33% from 567); Blue value is 213 (83.59% from 255 or 37.57% from 567); Max value from RGB is 213 - color contains mainly: blue. Hex color #94CED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CED5 is #6B312A. Grayscale: #BDBDBD. Windows color (decimal): -7024939 or 14012052. OLE color: 14012052.

HSL color Cylindrical-coordinate representation of color #94CED5: hue angle of 186.46º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94CED5 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB148206213-
CMYK0.310.0300.16
HSL186.46º43.62%70.78%-
HSV(B)186.46º30.52%83.53%-
XYZ46.2955.2471.17-
YUV189.46141.2898.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.10%
GREEN value IS 206 (80.86% from 255) = 36.33%
BLUE value IS 213 (83.59% from 255) = 37.57%
R=26.10%
G=36.33%
B=37.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1482062130.310.0300.16186.4643.6270.78
Hex94CED51F3010ba2c47
Octal22431632537302027254107
Binary1001010011001110110101011111111010000101110101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94CED5; }

 p { color: rgb(148,206,213); }

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

<style>
 a { background-color: #94CED5; }

 a { background-color: rgb(148,206,213); }

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

<style>
 span { border-color: #94CED5; }

 span { border-color: rgb(148,206,213); }

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