#94C5C9

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

Shades of Morning Glory #94C5C9

Tints of Morning Glory #94C5C9

Color information

#94C5C9 (or 0x94C5C9) is unknown color: approx Morning Glory. HEX triplet: 94, C5 and C9. RGB value is (148,197,201). Sum of RGB (Red+Green+Blue) = 148+197+201=546 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.11% from 546); Green value is 197 (77.34% from 255 or 36.08% from 546); Blue value is 201 (78.91% from 255 or 36.81% from 546); Max value from RGB is 201 - color contains mainly: blue. Hex color #94C5C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C5C9 is #6B3A36. Grayscale: #B6B6B6. Windows color (decimal): -7027255 or 13223316. OLE color: 13223316.

HSL color Cylindrical-coordinate representation of color #94C5C9: hue angle of 184.53º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94C5C9 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB148197201-
CMYK0.260.0200.21
HSL184.53º32.92%68.43%-
HSV(B)184.53º26.37%78.82%-
XYZ42.7250.4562.74-
YUV182.8138.27103.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.11%
GREEN value IS 197 (77.34% from 255) = 36.08%
BLUE value IS 201 (78.91% from 255) = 36.81%
R=27.11%
G=36.08%
B=36.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1481972010.260.0200.21184.5332.9268.43
Hex94C5C91A2015b92144
Octal22430531132202527141104
Binary1001010011000101110010011101010010101101110011000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C5C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,197,201); }

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

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

 a { background-color: rgb(148,197,201); }

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

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

 span { border-color: rgb(148,197,201); }

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