#94C3CA

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

Shades of Morning Glory #94C3CA

Tints of Morning Glory #94C3CA

Color information

#94C3CA (or 0x94C3CA) is unknown color: approx Morning Glory. HEX triplet: 94, C3 and CA. RGB value is (148,195,202). Sum of RGB (Red+Green+Blue) = 148+195+202=545 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.16% from 545); Green value is 195 (76.56% from 255 or 35.78% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 202 - color contains mainly: blue. Hex color #94C3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C3CA is #6B3C35. Grayscale: #B5B5B5. Windows color (decimal): -7027766 or 13288340. OLE color: 13288340.

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

Color convert

RGB148195202-
CMYK0.270.0300.21
HSL187.78º33.75%68.63%-
HSV(B)187.78º26.73%79.22%-
XYZ42.3949.5963.21-
YUV181.74139.43103.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.16%
GREEN value IS 195 (76.56% from 255) = 35.78%
BLUE value IS 202 (79.30% from 255) = 37.06%
R=27.16%
G=35.78%
B=37.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1481952020.270.0300.21187.7833.7568.63
Hex94C3CA1B3015bc2245
Octal22430331233302527442105
Binary1001010011000011110010101101111010101101111001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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