#94CED4

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

Shades of Morning Glory #94CED4

Tints of Morning Glory #94CED4

Color information

#94CED4 (or 0x94CED4) is unknown color: approx Morning Glory. HEX triplet: 94, CE and D4. RGB value is (148,206,212). Sum of RGB (Red+Green+Blue) = 148+206+212=566 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.15% from 566); Green value is 206 (80.86% from 255 or 36.40% from 566); Blue value is 212 (83.20% from 255 or 37.46% from 566); Max value from RGB is 212 - color contains mainly: blue. Hex color #94CED4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CED4 is #6B312B. Grayscale: #BDBDBD. Windows color (decimal): -7024940 or 13946516. OLE color: 13946516.

HSL color Cylindrical-coordinate representation of color #94CED4: hue angle of 185.62º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94CED4 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB148206212-
CMYK0.300.0300.17
HSL185.62º42.67%70.59%-
HSV(B)185.62º30.19%83.14%-
XYZ46.1755.1970.51-
YUV189.34140.7898.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.15%
GREEN value IS 206 (80.86% from 255) = 36.40%
BLUE value IS 212 (83.20% from 255) = 37.46%
R=26.15%
G=36.40%
B=37.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1482062120.300.0300.17185.6242.6770.59
Hex94CED41E3011ba2b47
Octal22431632436302127253107
Binary1001010011001110110101001111011010001101110101010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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