#94BFC4

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

Shades of Morning Glory #94BFC4

Tints of Morning Glory #94BFC4

Color information

#94BFC4 (or 0x94BFC4) is unknown color: approx Morning Glory. HEX triplet: 94, BF and C4. RGB value is (148,191,196). Sum of RGB (Red+Green+Blue) = 148+191+196=535 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.66% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 196 (76.95% from 255 or 36.64% from 535); Max value from RGB is 196 - color contains mainly: blue. Hex color #94BFC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BFC4 is #6B403B. Grayscale: #B2B2B2. Windows color (decimal): -7028796 or 12894100. OLE color: 12894100.

HSL color Cylindrical-coordinate representation of color #94BFC4: hue angle of 186.25º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #94BFC4 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB148191196-
CMYK0.240.0300.23
HSL186.25º28.92%67.45%-
HSV(B)186.25º24.49%76.86%-
XYZ40.8147.5459.25-
YUV178.71137.75106.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.66%
GREEN value IS 191 (75% from 255) = 35.70%
BLUE value IS 196 (76.95% from 255) = 36.64%
R=27.66%
G=35.70%
B=36.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1481911960.240.0300.23186.2528.9267.45
Hex94BFC4183017ba1d43
Octal22427730430302727235103
Binary100101001011111111000100110001101011110111010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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