#94BFC2

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

Shades of Morning Glory #94BFC2

Tints of Morning Glory #94BFC2

Color information

#94BFC2 (or 0x94BFC2) is unknown color: approx Morning Glory. HEX triplet: 94, BF and C2. RGB value is (148,191,194). Sum of RGB (Red+Green+Blue) = 148+191+194=533 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.77% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 194 (76.17% from 255 or 36.40% from 533); Max value from RGB is 194 - color contains mainly: blue. Hex color #94BFC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BFC2 is #6B403D. Grayscale: #B2B2B2. Windows color (decimal): -7028798 or 12763028. OLE color: 12763028.

HSL color Cylindrical-coordinate representation of color #94BFC2: hue angle of 183.91º 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 #94BFC2 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB148191194-
CMYK0.240.0200.24
HSL183.91º27.38%67.06%-
HSV(B)183.91º23.71%76.08%-
XYZ40.5847.4558.06-
YUV178.48136.75106.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.77%
GREEN value IS 191 (75% from 255) = 35.83%
BLUE value IS 194 (76.17% from 255) = 36.40%
R=27.77%
G=35.83%
B=36.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481911940.240.0200.24183.9127.3867.06
Hex94BFC2182018b81b43
Octal22427730230203027033103
Binary100101001011111111000010110001001100010111000110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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