#94C2C9

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

Shades of Morning Glory #94C2C9

Tints of Morning Glory #94C2C9

Color information

#94C2C9 (or 0x94C2C9) is unknown color: approx Morning Glory. HEX triplet: 94, C2 and C9. RGB value is (148,194,201). Sum of RGB (Red+Green+Blue) = 148+194+201=543 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.26% from 543); Green value is 194 (76.17% from 255 or 35.73% from 543); Blue value is 201 (78.91% from 255 or 37.02% from 543); Max value from RGB is 201 - color contains mainly: blue. Hex color #94C2C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C2C9 is #6B3D36. Grayscale: #B4B4B4. Windows color (decimal): -7028023 or 13222548. OLE color: 13222548.

HSL color Cylindrical-coordinate representation of color #94C2C9: hue angle of 187.92º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94C2C9 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB148194201-
CMYK0.260.0300.21
HSL187.92º32.92%68.43%-
HSV(B)187.92º26.37%78.82%-
XYZ42.0549.162.52-
YUV181.04139.26104.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.26%
GREEN value IS 194 (76.17% from 255) = 35.73%
BLUE value IS 201 (78.91% from 255) = 37.02%
R=27.26%
G=35.73%
B=37.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1481942010.260.0300.21187.9232.9268.43
Hex94C2C91A3015bc2144
Octal22430231132302527441104
Binary1001010011000010110010011101011010101101111001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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