#94CACB

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

Shades of Morning Glory #94CACB

Tints of Morning Glory #94CACB

Color information

#94CACB (or 0x94CACB) is unknown color: approx Morning Glory. HEX triplet: 94, CA and CB. RGB value is (148,202,203). Sum of RGB (Red+Green+Blue) = 148+202+203=553 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.76% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 203 - color contains mainly: blue. Hex color #94CACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CACB is #6B3534. Grayscale: #B9B9B9. Windows color (decimal): -7025973 or 13355668. OLE color: 13355668.

HSL color Cylindrical-coordinate representation of color #94CACB: hue angle of 181.09º 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 #94CACB is Cyan = 0.27, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB148202203-
CMYK0.270.0000.20
HSL181.09º34.59%68.82%-
HSV(B)181.09º27.09%79.61%-
XYZ44.1152.8564.38-
YUV185.97137.61100.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.76%
GREEN value IS 202 (79.30% from 255) = 36.53%
BLUE value IS 203 (79.69% from 255) = 36.71%
R=26.76%
G=36.53%
B=36.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1482022030.270.0000.20181.0934.5968.82
Hex94CACB1B0014b52345
Octal22431231333002426543105
Binary100101001100101011001011110110010100101101011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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