#94C6CE

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

Shades of Morning Glory #94C6CE

Tints of Morning Glory #94C6CE

Color information

#94C6CE (or 0x94C6CE) is unknown color: approx Morning Glory. HEX triplet: 94, C6 and CE. RGB value is (148,198,206). Sum of RGB (Red+Green+Blue) = 148+198+206=552 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.81% from 552); Green value is 198 (77.73% from 255 or 35.87% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 206 - color contains mainly: blue. Hex color #94C6CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C6CE is #6B3931. Grayscale: #B7B7B7. Windows color (decimal): -7026994 or 13551252. OLE color: 13551252.

HSL color Cylindrical-coordinate representation of color #94C6CE: hue angle of 188.28º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94C6CE is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB148198206-
CMYK0.280.0400.19
HSL188.28º37.18%69.41%-
HSV(B)188.28º28.16%80.78%-
XYZ43.5551.1465.97-
YUV183.96140.44102.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.81%
GREEN value IS 198 (77.73% from 255) = 35.87%
BLUE value IS 206 (80.86% from 255) = 37.32%
R=26.81%
G=35.87%
B=37.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1481982060.280.0400.19188.2837.1869.41
Hex94C6CE1C4013bc2545
Octal22430631634402327445105
Binary10010100110001101100111011100100010011101111001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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