#94C1C2

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

Shades of Morning Glory #94C1C2

Tints of Morning Glory #94C1C2

Color information

#94C1C2 (or 0x94C1C2) is unknown color: approx Morning Glory. HEX triplet: 94, C1 and C2. RGB value is (148,193,194). Sum of RGB (Red+Green+Blue) = 148+193+194=535 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.66% from 535); Green value is 193 (75.78% from 255 or 36.07% from 535); Blue value is 194 (76.17% from 255 or 36.26% from 535); Max value from RGB is 194 - color contains mainly: blue. Hex color #94C1C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C1C2 is #6B3E3D. Grayscale: #B3B3B3. Windows color (decimal): -7028286 or 12763540. OLE color: 12763540.

HSL color Cylindrical-coordinate representation of color #94C1C2: hue angle of 181.3º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #94C1C2 is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB148193194-
CMYK0.240.0100.24
HSL181.3º27.38%67.06%-
HSV(B)181.3º23.71%76.08%-
XYZ41.0248.3358.21-
YUV179.66136.09105.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.66%
GREEN value IS 193 (75.78% from 255) = 36.07%
BLUE value IS 194 (76.17% from 255) = 36.26%
R=27.66%
G=36.07%
B=36.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481931940.240.0100.24181.327.3867.06
Hex94C1C2181018b51b43
Octal22430130230103026533103
Binary10010100110000011100001011000101100010110101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,193,194); }

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

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

 a { background-color: rgb(148,193,194); }

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

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

 span { border-color: rgb(148,193,194); }

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