#94CACC

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

Shades of Morning Glory #94CACC

Tints of Morning Glory #94CACC

Color information

#94CACC (or 0x94CACC) is unknown color: approx Morning Glory. HEX triplet: 94, CA and CC. RGB value is (148,202,204). Sum of RGB (Red+Green+Blue) = 148+202+204=554 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.71% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 204 - color contains mainly: blue. Hex color #94CACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CACC is #6B3533. Grayscale: #BABABA. Windows color (decimal): -7025972 or 13421204. OLE color: 13421204.

HSL color Cylindrical-coordinate representation of color #94CACC: hue angle of 182.14º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94CACC is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB148202204-
CMYK0.270.0100.2
HSL182.14º35.44%69.02%-
HSV(B)182.14º27.45%80%-
XYZ44.2352.965.01-
YUV186.08138.11100.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.71%
GREEN value IS 202 (79.30% from 255) = 36.46%
BLUE value IS 204 (80.08% from 255) = 36.82%
R=26.71%
G=36.46%
B=36.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1482022040.270.0100.2182.1435.4469.02
Hex94CACC1B1014b62345
Octal22431231433102426643105
Binary100101001100101011001100110111010100101101101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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