#94BFC3

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

Shades of Morning Glory #94BFC3

Tints of Morning Glory #94BFC3

Color information

#94BFC3 (or 0x94BFC3) is unknown color: approx Morning Glory. HEX triplet: 94, BF and C3. RGB value is (148,191,195). Sum of RGB (Red+Green+Blue) = 148+191+195=534 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.72% from 534); Green value is 191 (75% from 255 or 35.77% from 534); Blue value is 195 (76.56% from 255 or 36.52% from 534); Max value from RGB is 195 - color contains mainly: blue. Hex color #94BFC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BFC3 is #6B403C. Grayscale: #B2B2B2. Windows color (decimal): -7028797 or 12828564. OLE color: 12828564.

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

Color convert

RGB148191195-
CMYK0.240.0200.24
HSL185.11º28.14%67.25%-
HSV(B)185.11º24.1%76.47%-
XYZ40.6947.558.65-
YUV178.6137.25106.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.72%
GREEN value IS 191 (75% from 255) = 35.77%
BLUE value IS 195 (76.56% from 255) = 36.52%
R=27.72%
G=35.77%
B=36.52%

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
Decimal1481911950.240.0200.24185.1128.1467.25
Hex94BFC3182018b91c43
Octal22427730330203027134103
Binary100101001011111111000011110001001100010111001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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