#94C3C9

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

Shades of Morning Glory #94C3C9

Tints of Morning Glory #94C3C9

Color information

#94C3C9 (or 0x94C3C9) is unknown color: approx Morning Glory. HEX triplet: 94, C3 and C9. RGB value is (148,195,201). Sum of RGB (Red+Green+Blue) = 148+195+201=544 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.21% from 544); Green value is 195 (76.56% from 255 or 35.85% from 544); Blue value is 201 (78.91% from 255 or 36.95% from 544); Max value from RGB is 201 - color contains mainly: blue. Hex color #94C3C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C3C9 is #6B3C36. Grayscale: #B5B5B5. Windows color (decimal): -7027767 or 13222804. OLE color: 13222804.

HSL color Cylindrical-coordinate representation of color #94C3C9: hue angle of 186.79º 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 #94C3C9 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB148195201-
CMYK0.260.0300.21
HSL186.79º32.92%68.43%-
HSV(B)186.79º26.37%78.82%-
XYZ42.2749.5462.59-
YUV181.63138.93104.01-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.21%
GREEN value IS 195 (76.56% from 255) = 35.85%
BLUE value IS 201 (78.91% from 255) = 36.95%
R=27.21%
G=35.85%
B=36.95%

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
Decimal1481952010.260.0300.21186.7932.9268.43
Hex94C3C91A3015bb2144
Octal22430331132302527341104
Binary1001010011000011110010011101011010101101110111000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C3C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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